var/cache/dev/Container8PLsRFM/getSecurity_Authenticator_Jwt_JwtService.php line 22

Open in your IDE?
  1. <?php
  2. namespace Container8PLsRFM;
  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_Jwt_JwtService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.authenticator.jwt.jwt' shared service.
  12.      *
  13.      * @return \App\Security\JWTTokenAuthenticator
  14.      *
  15.      * @deprecated Since lexik/jwt-authentication-bundle 2.7: The "security.authenticator.jwt.jwt" 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 "security.authenticator.jwt.jwt" service is deprecated and will be removed in 3.0, use the new "jwt" authenticator instead.');
  20.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  21.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  22.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  23.         return $container->privates['security.authenticator.jwt.jwt'] = new \App\Security\JWTTokenAuthenticator(($container->services['lexik_jwt_authentication.jwt_manager'] ?? $container->getLexikJwtAuthentication_JwtManagerService()), ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()), new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), ($container->privates['App\\Security\\UserApiProvider'] ?? $container->load('getUserApiProviderService')));
  24.     }
  25. }