interface Illuminate / Contracts / Auth / Authenticatable
You are viewing an older version of the documentation. For the latest, please visit master documentation.

Authenticatable

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

getAuthPassword ( ) : string

Get the password for the user.

public

getRememberToken ( ) : string

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.