Method |
Description |
|
__construct ( SessionFlagManager $flagManager, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, string $authRequestParameter, array $providers = [] ) |
Initialize with an array of registered two-factor providers. |
|
beginAuthentication ( Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextInterface $context ) |
Iterate over two-factor providers and begin the two-factor authentication process. |
|
requestAuthenticationCode ( Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextInterface $context ) : Response | null |
Iterate over two-factor providers and ask for two-factor authentication. |
|