SessionScopeInterface
        SessionScopeInterface.php
                :
        11
                
    
            Interface
                Methods¶
                
getDefaultScope()
            ¶
    
        
        SessionScopeInterface.php
                :
        13
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getScopes()
            ¶
    
        
        SessionScopeInterface.php
                :
        20
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
array<string|int, string>
                
isValidScope()
            ¶
    
        
        SessionScopeInterface.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $scope | string | - | - | 
Return values
bool