var/cache/dev/ContainerRXdXI6z/getSecurity_Authentication_Rememberme_Services_Simplehash_DemoFrontend_TwoFactorDecoratorService.php line 20

Open in your IDE?
  1. <?php
  2. namespace ContainerRXdXI6z;
  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_Authentication_Rememberme_Services_Simplehash_DemoFrontend_TwoFactorDecoratorService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.authentication.rememberme.services.simplehash.demo_frontend.two_factor_decorator' shared service.
  12.      *
  13.      * @return \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/RememberMe/RememberMeServicesDecorator.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  21.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  22.         return $container->privates['security.authentication.rememberme.services.simplehash.demo_frontend.two_factor_decorator'] = new \Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator(new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () use ($container) {
  23.             yield => ($container->privates['cmf.security.user_provider.oauth'] ?? $container->load('getCmf_Security_UserProvider_OauthService'));
  24.         }, 1), 'LihOX8eughMAnT7WI89i1hLxJrbXlcnOFJ6/vyywcHQ=''demo_frontend', ['name' => 'REMEMBERME''lifetime' => 31536000'path' => '/''domain' => NULL'secure' => false'httponly' => true'samesite' => 'strict''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($container->services['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService())));
  25.     }
  26. }