bool once(array $credentials = array()) Log a user into the application without sessions or cookies. Parameters array $credentials Return Value bool
void logout() Log the user out of the application. Return Value void
Authenticatable loginUsingId(mixed $id, bool $remember = false) Log the given user ID into the application. Parameters mixed $id bool $remember Return Value Authenticatable
void login(Authenticatable $user, bool $remember = false) Log a user into the application. Parameters Authenticatable $user bool $remember Return Value void
int|null id() Get the ID for the currently authenticated user. Return Value int|null
Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) Handle the given request and get the response. Parameters Request $request int $type bool $catch Return Value Response
bool guest() Determine if the current user is a guest. Return Value bool
Authenticatable|null getUser() Return the currently cached user. Return Value Authenticatable|null
Page 619 of 996