Documentation

Authenticate extends Authenticate
in package

Table of Contents

redirectTo()  : string|null
Get the path the user should be redirected to when they are not authenticated.
unauthenticated()  : mixed

Methods

redirectTo()

Get the path the user should be redirected to when they are not authenticated.

protected redirectTo(Request $request) : string|null
Parameters
$request : Request
Return values
string|null

unauthenticated()

protected unauthenticated(mixed $request, array<string|int, mixed> $guards) : mixed
Parameters
$request : mixed
$guards : array<string|int, mixed>
Return values
mixed

Search results