trait
Illuminate
/
Auth
/
Authenticatable
You are viewing an older version of the documentation. For the latest, please visit master documentation.
Authenticatable
Properties
protected
$rememberTokenName string
The column name of the "remember me" token.
Default: 'remember_token'
Methods
public
getAuthIdentifierName ( ) : string
Get the name of the unique identifier for the user.
public
getAuthIdentifier ( ) : mixed
Get the unique identifier for the user.
public
getAuthIdentifierForBroadcasting ( ) : mixed
Get the unique broadcast identifier for the user.
public
getAuthPassword ( ) : string
Get the password for the user.
public
getRememberToken ( ) : string|null
Get the token value for the "remember me" session.
public
setRememberToken ( $value ) : void
Set the token value for the "remember me" session.
Parameters
- $value string
public
getRememberTokenName ( ) : string
Get the column name for the "remember me" token.