Authenticatable::getAuthIdentifierName()

string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string

Authenticatable::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

Authenticatable::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

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

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

Auth::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed Exceptions RuntimeException

Auth::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Auth::spy()

static void spy() Convert the facade into a Mockery spy. Return Value void

Auth::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Auth::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void