GuardContract
abstract classe GuardContract (Voir la source)
Propriétés
| protected string | $guard | The define guard  | 
                
Méthodes
                    bool
                
                
                    check()
        
                                            
                
            Check if user is authenticate
                    bool
                
                
                    guest()
        
                                            
                
            Check if user is guest
                    bool
                
                
                    logout()
        
                                            
                
            Logout
                    Authenticate
                
                
                    user()
        
                                            
                
            Get authenticated user
                    bool
                
                
                    attempts(array $credentials)
        
                                            
                
            Check if user is authenticate
                    guard(string $guard = null)
        
                                            
                
            Load the a guard
                    Token
                
                
                    getToken()
        
                                            
                
            Pas de description
Détails
        
            abstract                bool
    check()
        
    
    Check if user is authenticate
        
            abstract                bool
    guest()
        
    
    Check if user is guest
        
            abstract                bool
    logout()
        
    
    Logout
        
            abstract                Authenticate
    user()
        
    
    Get authenticated user
        
            abstract                bool
    attempts(array $credentials)
        
    
    Check if user is authenticate
        
                            GuardContract
    guard(string $guard = null)
        
    
    Load the a guard
        
                            Token
    getToken()
        
    
    Pas de description