Authenticatable|null getUser() Return the currently cached user. Return Value Authenticatable|null
Store getSession() Get the session store used by the guard. Return Value Store
Request getRequest() Get the current request instance. Return Value Request
string getRecallerName() Get the name of the cookie used to store the "recaller". Return Value string
UserProvider getProvider() Get the user provider used by the guard. Return Value UserProvider
string getName() Get a unique identifier for the auth session value. Return Value string
Authenticatable getLastAttempted() Get the last user we attempted to authenticate. Return Value Authenticatable
Dispatcher getDispatcher() Get the event dispatcher instance. Return Value Dispatcher
QueueingFactory getCookieJar() Get the cookie creator instance used by the guard. Return Value QueueingFactory Exceptions RuntimeException
bool check() Determine if the current user is authenticated. Return Value bool
Page 175 of 996