AuthenticationException
class AuthenticationException extends Exception (View source)
Properties
Methods
__construct(string $message = 'Unauthenticated.', array $guards = [], string|null $redirectTo = null)
Create a new authentication exception.
array
guards()
Get the guards that were checked.
string|null
static void
redirectUsing(callable $redirectToCallback)
Specify the callback that should be used to generate the redirect path.