Scheb\TwoFactorBundle\Tests\Security\TwoFactor\Provider\Google\GoogleAuthenticatorTest::createAuthenticator PHP 메소드

createAuthenticator() 개인적인 메소드

private createAuthenticator ( string | null $hostname = null, string | null $issuer = null ) : GoogleAuthenticator
$hostname string | null
$issuer string | null
리턴 Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticator
    private function createAuthenticator($hostname = null, $issuer = null)
    {
        return new GoogleAuthenticator($this->google, $hostname, $issuer);
    }