Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory::__construct PHP Method

__construct() public method

public __construct ( string $authenticationContextClass )
$authenticationContextClass string
    public function __construct($authenticationContextClass)
    {
        $this->authenticationContextClass = $authenticationContextClass;
    }
AuthenticationContextFactory