<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'security.firewall.map.context.main' shared service.
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->load(__DIR__.'/getSecurity_ChannelListenerService.php'));
yield 1 => ($this->privates['security.authentication.listener.jwt.main'] ?? $this->load(__DIR__.'/getSecurity_Authentication_Listener_Jwt_MainService.php'));
yield 2 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->load(__DIR__.'/getSecurity_Authentication_Listener_Anonymous_MainService.php'));
yield 3 => ($this->privates['security.access_listener'] ?? $this->load(__DIR__.'/getSecurity_AccessListenerService.php'));
}, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($this->privates['security.authentication.trust_resolver'] ?? $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken', 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken')), ($this->privates['security.http_utils'] ?? $this->load(__DIR__.'/getSecurity_HttpUtilsService.php')), 'main', ($this->privates['lexik_jwt_authentication.security.authentication.entry_point.main'] ?? $this->load(__DIR__.'/getLexikJwtAuthentication_Security_Authentication_EntryPoint_MainService.php')), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->load(__DIR__.'/getMonolog_Logger_SecurityService.php')), true), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', 'security.request_matcher.00qF1Z7', true, true, 'fos_user.user_provider.username', NULL, 'lexik_jwt_authentication.security.authentication.entry_point.main', NULL, NULL, array(0 => 'lexik_jwt', 1 => 'anonymous'), NULL));