var/cache/dev/ContainerXwIa5xS/getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerXwIa5xS;
  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 getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  12.      *
  13.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  14.      *
  15.      * @deprecated Since lexik/jwt-authentication-bundle 2.7: The "lexik_jwt_authentication.security.guard.jwt_token_authenticator" service is deprecated and will be removed in 3.0, use the new "jwt" authenticator instead.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('lexik/jwt-authentication-bundle''2.7''The "lexik_jwt_authentication.security.guard.jwt_token_authenticator" service is deprecated and will be removed in 3.0, use the new "jwt" authenticator instead.');
  20.         $a = ($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->load('getLexikJwtAuthentication_JwtManagerService'));
  21.         if (isset($container->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  22.             return $container->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  23.         }
  24.         $b = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
  25.         if (isset($container->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  26.             return $container->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  27.         }
  28.         return $container->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator($a$b, ($container->privates['lexik_jwt_authentication.extractor.chain_extractor'] ?? $container->load('getLexikJwtAuthentication_Extractor_ChainExtractorService')), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($container->services['translator'] ?? $container->getTranslatorService()));
  29.     }
  30. }