void __construct(UserProvider $provider, Request $request) Create a new authentication guard. Parameters UserProvider $provider Request $request Return Value void
TokenMismatchException class TokenMismatchException extends Exception (View source)
bool validate(array $credentials = array()) Validate a user's credentials. Parameters array $credentials Return Value bool
int|null id() Get the ID for the currently authenticated user. Return Value int|null
Authenticatable authenticate() Determine if the current user is authenticated. Return Value Authenticatable Exceptions AuthenticationException
bool check() Determine if the current user is authenticated. Return Value bool
$this setRequest(Request $request) Set the current request instance. Parameters Request $request Return Value $this
string getTokenForRequest() Get the token for the current request. Return Value string
bool guest() Determine if the current user is a guest. Return Value bool
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
Page 72 of 996