var/cache/dev/ContainerXYaeXzr/getSecurity_Authentication_Rememberme_Services_Simplehash_AppAdmin_TwoFactorDecoratorService.php line 20

Open in your IDE?
  1. <?php
  2. namespace ContainerXYaeXzr;
  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_AppAdmin_TwoFactorDecoratorService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.authentication.rememberme.services.simplehash.app_admin.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.app_admin.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['app.security.user_provider'] ?? ($container->privates['app.security.user_provider'] = new \Pimcore\Security\User\ObjectUserProvider('App\\Model\\DataObject\\User''username')));
  24.         }, 1), 'WjkcuuSOoNlmmtB06lvhAOzgriPKktk/wTP6X+LgInw=''app_admin', ['always_remember_me' => true'name' => 'REMEMBERME''lifetime' => 31536000'path' => '/''domain' => NULL'secure' => false'httponly' => true'samesite' => 'strict''remember_me_parameter' => '_remember_me'], ($container->services['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService())));
  25.     }
  26. }