Authenticatable
trait Authenticatable
Properties
protected string | $rememberTokenName | The column name of the "remember me" token. |
Methods
string
getAuthIdentifierName()
Get the name of the unique identifier for the user.
mixed
getAuthIdentifier()
Get the unique identifier for the user.
string
getAuthPassword()
Get the password for the user.
string
getRememberToken()
Get the token value for the "remember me" session.
void
setRememberToken(string $value)
Set the token value for the "remember me" session.
string
getRememberTokenName()
Get the column name for the "remember me" token.
Details
at line 19
string
getAuthIdentifierName()
Get the name of the unique identifier for the user.
at line 29
mixed
getAuthIdentifier()
Get the unique identifier for the user.
at line 39
string
getAuthPassword()
Get the password for the user.
at line 49
string
getRememberToken()
Get the token value for the "remember me" session.
at line 62
void
setRememberToken(string $value)
Set the token value for the "remember me" session.
at line 74
string
getRememberTokenName()
Get the column name for the "remember me" token.