UserLoginHookArgument
in package
Implement hook object
Tags
Table of Contents
- $credentials : array<string|int, mixed>
- $found : bool
- $is_password_login : bool
- $request : Request
- $user : User
- __construct() : mixed
Properties
$credentials
public
array<string|int, mixed>
$credentials
$found
public
bool
$found
$is_password_login
public
bool
$is_password_login
$request
public
Request
$request
$user
public
User
$user
Methods
__construct()
public
__construct(User $user, array<string|int, mixed> $credentials, Request $request) : mixed