<?php
namespace ContainerQZSlD5i;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getSecurity_Authenticator_TwoFactor_MainService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'security.authenticator.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator
*/
public static function do($container, $lazyLoad = true)
{
$a = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
if (isset($container->privates['security.authenticator.two_factor.main'])) {
return $container->privates['security.authenticator.two_factor.main'];
}
$b = ($container->privates['security.firewall_config.two_factor.main'] ?? $container->getSecurity_FirewallConfig_TwoFactor_MainService());
$c = ($container->privates['security.http_utils'] ?? $container->getSecurity_HttpUtilsService());
return $container->privates['security.authenticator.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator($b, ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($c, $b, []), new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler($c, $b), ($container->privates['security.authentication.authentication_required_handler.two_factor.main'] ?? $container->load('getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService')), $a, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()));
}
}