ConfirmTwoFactorAuthentication
class ConfirmTwoFactorAuthentication
Traits
Methods
void
dispatchIfListening(string $eventClass, Closure $event)
Dispatch the given event if listeners are registered.
from
DispatchesEvents
void
__invoke(Authenticatable&Model $user, string $code)
Confirm the two factor authentication configuration for the user.
Details
in
DispatchesEvents at line 16
protected void
dispatchIfListening(string $eventClass, Closure $event)
Dispatch the given event if listeners are registered.
at line 20
__construct(TwoFactorAuthenticationProvider $provider)
No description
at line 30
void
__invoke(Authenticatable&Model $user, string $code)
Confirm the two factor authentication configuration for the user.