Authenticatable

Authenticatable

interface Authenticatable (View source)

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.

doc_Laravel
2016-11-02 16:06:32
Comments
Leave a Comment

Please login to continue.