Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInterface::requestAuthenticationCode PHP 메소드

requestAuthenticationCode() 공개 메소드

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
리턴 Symfony\Component\HttpFoundation\Response | null
    public function requestAuthenticationCode(AuthenticationContextInterface $context);