class Failed (View source)

Methods

__construct(string $guard, Authenticatable|null $user, array $credentials)

Create a new event instance.

Details

__construct(string $guard, Authenticatable|null $user, array $credentials)

Create a new event instance.

Parameters

string $guard

The authentication guard name.

Authenticatable|null $user

The user the attempter was trying to authenticate as.

array $credentials

The credentials provided by the attempter.