Scheb\TwoFactorBundle\DependencyInjection\SchebTwoFactorExtension::configureGoogle PHP 메소드

configureGoogle() 개인적인 메소드

Configure Google Authenticator two-factor authentication.
private configureGoogle ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder
    private function configureGoogle(ContainerBuilder $container)
    {
        $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
        $loader->load('security_google.xml');
    }