trait Illuminate / Auth / Authenticatable
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Authenticatable

Properties

protected

$rememberTokenName string

The column name of the "remember me" token.

Default: 'remember_token'

Methods

public

getAuthIdentifierName ( ) : string

Get the name of the unique identifier for the user.

public

getAuthIdentifier ( ) : mixed

Get the unique identifier for the user.

public

getAuthIdentifierForBroadcasting ( ) : mixed

Get the unique broadcast identifier for the user.

public

getAuthPassword ( ) : string

Get the password for the user.

public

getRememberToken ( ) : string|null

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

public

setRememberToken ( $value ) : void

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

Parameters

  • $value string
public

getRememberTokenName ( ) : string

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