Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInterface::requestAuthenticationCode PHP Method

requestAuthenticationCode() public method

Providers can create a response or ignore the request by returning null.
public requestAuthenticationCode ( Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextInterface $context ) : Response | null
$context Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextInterface
return Symfony\Component\HttpFoundation\Response | null
    public function requestAuthenticationCode(AuthenticationContextInterface $context);