Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInterface::beginAuthentication PHP Метод

beginAuthentication() публичный Метод

Return true when two-factor authentication process should be started.
public beginAuthentication ( Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextInterface $context ) : boolean
$context Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextInterface
Результат boolean
    public function beginAuthentication(AuthenticationContextInterface $context);