interface Authenticatable (View source)
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. |
Get the name of the unique identifier for the user.
Get the unique identifier 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.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Contracts/Auth/Authenticatable.html