Authenticatable
interface Authenticatable
Methods
string
getAuthIdentifierName()
Get the name of the unique identifier for the user.
mixed
getAuthIdentifier()
Get the unique identifier for the user.
string
getAuthPasswordName()
Get the name of the password attribute for the user.
string|null
getAuthPassword()
Get the password for the user.
string|null
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 12
string
getAuthIdentifierName()
Get the name of the unique identifier for the user.
at line 17
mixed
getAuthIdentifier()
Get the unique identifier for the user.
at line 22
string
getAuthPasswordName()
Get the name of the password attribute for the user.
at line 27
string|null
getAuthPassword()
Get the password for the user.
at line 32
string|null
getRememberToken()
Get the token value for the "remember me" session.
at line 37
void
setRememberToken(string $value)
Set the token value for the "remember me" session.
at line 42
string
getRememberTokenName()
Get the column name for the "remember me" token.