Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\TwoFactorProvider::__construct PHP Метод

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

public __construct ( Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\Validation\CodeValidatorInterface $authenticator, Renderer $renderer, $authCodeParameter )
$authenticator Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\Validation\CodeValidatorInterface
$renderer Scheb\TwoFactorBundle\Security\TwoFactor\Renderer
    public function __construct(CodeValidatorInterface $authenticator, Renderer $renderer, $authCodeParameter)
    {
        $this->authenticator = $authenticator;
        $this->renderer = $renderer;
        $this->authCodeParameter = $authCodeParameter;
    }