class ConfirmPassword

Methods

bool
__invoke(StatefulGuard $guard, Authenticatable&Model $user, string|null $password = null)

Confirm that the given password is valid for the given user.

Details

at line 18
bool __invoke(StatefulGuard $guard, Authenticatable&Model $user, string|null $password = null)

Confirm that the given password is valid for the given user.

Parameters

StatefulGuard $guard
Authenticatable&Model $user
string|null $password

Return Value

bool