var/cache/dev/ContainerNPdmxdp/getSecurity_Authentication_Provider_Guard_UvdeskApiService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerNPdmxdp;
  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_Provider_Guard_UvdeskApiService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.authentication.provider.guard.uvdesk_api' shared service.
  12.      *
  13.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  14.      *
  15.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.uvdesk_api" service is deprecated, use the new authenticator system instead.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.uvdesk_api" service is deprecated, use the new authenticator system instead.');
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  21.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  22.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  23.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  24.         $a = ($container->privates['Webkul\\UVDesk\\ApiBundle\\Providers\\ApiCredentials'] ?? $container->load('getApiCredentialsService'));
  25.         if (isset($container->privates['security.authentication.provider.guard.uvdesk_api'])) {
  26.             return $container->privates['security.authentication.provider.guard.uvdesk_api'];
  27.         }
  28.         return $container->privates['security.authentication.provider.guard.uvdesk_api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () use ($container) {
  29.             yield => ($container->privates['Webkul\\UVDesk\\ApiBundle\\Security\\Guards\\APIGuard'] ?? $container->load('getAPIGuardService'));
  30.         }, 1), $a'uvdesk_api', ($container->privates['security.user_checker'] ?? ($container->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))));
  31.     }
  32. }