Authenticatable
in
Table of Contents
- getAuthIdentifier() : mixed
- Get the unique identifier for the user.
- getAuthIdentifierName() : string
- Get the name of the unique identifier for the user.
- getAuthPassword() : string
- Get the password for the user.
- getRememberToken() : string
- Get the token value for the "remember me" session.
- getRememberTokenName() : string
- Get the column name for the "remember me" token.
- setRememberToken() : void
- Set the token value for the "remember me" session.
Methods
getAuthIdentifier()
Get the unique identifier for the user.
public
getAuthIdentifier() : mixed
Return values
mixed —getAuthIdentifierName()
Get the name of the unique identifier for the user.
public
getAuthIdentifierName() : string
Return values
string —getAuthPassword()
Get the password for the user.
public
getAuthPassword() : string
Return values
string —getRememberToken()
Get the token value for the "remember me" session.
public
getRememberToken() : string
Return values
string —getRememberTokenName()
Get the column name for the "remember me" token.
public
getRememberTokenName() : string
Return values
string —setRememberToken()
Set the token value for the "remember me" session.
public
setRememberToken(string $value) : void
Parameters
- $value : string