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

Valeur de retour

bool

abstract bool guest()

Check if user is guest

Valeur de retour

bool

abstract bool logout()

Logout

Valeur de retour

bool

abstract Authenticate user()

Get authenticated user

Valeur de retour

Authenticate

abstract bool attempts(array $credentials)

Check if user is authenticate

Paramètres

array $credentials

Valeur de retour

bool

GuardContract guard(string $guard = null)

Load the a guard

Paramètres

string $guard

Valeur de retour

GuardContract

Token getToken()

Pas de description

Valeur de retour

Token