Authenticatable|null user() Get the currently authenticated user. Return Value Authenticatable|null
void setUser(Authenticatable $user) Set the current user. Parameters Authenticatable $user Return Value void
$this setRequest(Request $request) Set the current request instance. Parameters Request $request Return Value $this
void setProvider(UserProvider $provider) Set the user provider used by the guard. Parameters UserProvider $provider Return Value void
void setDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void
void setCookieJar(QueueingFactory $cookie) Set the cookie creator instance used by the guard. Parameters QueueingFactory $cookie Return Value void
bool onceUsingId(mixed $id) Log the given user ID into the application without sessions or cookies. Parameters mixed $id Return Value bool
Response|null onceBasic(string $field = 'email') Perform a stateless HTTP Basic login attempt. Parameters string $field Return Value Response|null
Page 618 of 996