MfaRequiredException extends Exception
This exception is thrown during the authentication process when a user has successfully passed his first authentication method (e.g. via username+password), but is required to also pass multi-factor authentication (e.g. one-time password).
Table of Contents
Methods
Methods
__construct()
public
__construct(MfaProviderManifestInterface $provider[, mixed $code = 0 ][, mixed $message = '' ][, Throwable|null $previous = null ]) : mixed
Parameters
- $provider : MfaProviderManifestInterface
- $code : mixed = 0
- $message : mixed = ''
- $previous : Throwable|null = null
getProvider()
public
getProvider() : MfaProviderManifestInterface