Authenticatable
trait Authenticatable
Properties
| protected string | $authPasswordName | The column name of the password field used during authentication. |
|
| protected string | $rememberTokenName | The column name of the "remember me" token. |
Methods
Get the name of the unique identifier for the user.
Get the unique identifier for the user.
Get the unique broadcast identifier for the user.
Get the name of the password attribute for the user.
Get the password for the user.
Get the token value for the "remember me" session.
Set the token value for the "remember me" session.
Get the column name for the "remember me" token.
Details
at line 22
string
getAuthIdentifierName()
Get the name of the unique identifier for the user.
at line 30
mixed
getAuthIdentifier()
Get the unique identifier for the user.
at line 38
mixed
getAuthIdentifierForBroadcasting()
Get the unique broadcast identifier for the user.
at line 46
string
getAuthPasswordName()
Get the name of the password attribute for the user.
at line 54
string|null
getAuthPassword()
Get the password for the user.
at line 62
string|null
getRememberToken()
Get the token value for the "remember me" session.
at line 74
void
setRememberToken(string $value)
Set the token value for the "remember me" session.
at line 84
string
getRememberTokenName()
Get the column name for the "remember me" token.