bool attempt(array $credentials = array(), bool $remember = false, bool $login = true) Attempt to authenticate a user using the given credentials. Parameters array $credentials bool $remember bool $login Return Value bool
bool check() Determine if the current user is authenticated. Return Value bool
void attempting(mixed $callback) Register an authentication attempt event listener. Parameters mixed $callback Return Value void
Authenticatable authenticate() Determine if the current user is authenticated. Return Value Authenticatable Exceptions AuthenticationException
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
SessionGuard class SessionGuard implements StatefulGuard, SupportsBasicAuth (View source) Traits GuardHelpers These methods are typically the same across all guards.
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
Page 176 of 996