interface
Illuminate
/
Contracts
/
Auth
/
Authenticatable
Authenticatable
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
getAuthPassword ( ) : string
Get the password for the user.
public
getRememberToken ( ) : string
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.