Authenticatable

Authenticatable

trait 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.

Details

string getAuthIdentifierName()

Get the name of the unique identifier for the user.

Return Value

string

mixed getAuthIdentifier()

Get the unique identifier for the user.

Return Value

mixed

string getAuthPassword()

Get the password for the user.

Return Value

string

string getRememberToken()

Get the token value for the "remember me" session.

Return Value

string

void setRememberToken(string $value)

Set the token value for the "remember me" session.

Parameters

string $value

Return Value

void

string getRememberTokenName()

Get the column name for the "remember me" token.

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Auth/Authenticatable.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部