var\cache\dev\ContainerZKxxJ11\getSecurity_Authenticator_TwoFactor_MainService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerZKxxJ11;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getSecurity_Authenticator_TwoFactor_MainService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.authenticator.two_factor.main' shared service.
  12.      *
  13.      * @return \Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         $a = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
  18.         if (isset($container->privates['security.authenticator.two_factor.main'])) {
  19.             return $container->privates['security.authenticator.two_factor.main'];
  20.         }
  21.         $b = ($container->privates['security.firewall_config.two_factor.main'] ?? $container->getSecurity_FirewallConfig_TwoFactor_MainService());
  22.         $c = ($container->privates['security.http_utils'] ?? $container->getSecurity_HttpUtilsService());
  23.         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()));
  24.     }
  25. }