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