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

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

Construct the helper service for Google Authenticator.
public __construct ( Google\Authenticator\GoogleAuthenticator $authenticator, string $server, string $issuer )
$authenticator Google\Authenticator\GoogleAuthenticator
$server string
$issuer string
    public function __construct(BaseGoogleAuthenticator $authenticator, $server, $issuer)
    {
        $this->authenticator = $authenticator;
        $this->server = $server;
        $this->issuer = $issuer;
    }