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;
    }