<?php
namespace Container8FBxhyz;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getCognitoHeaderAuthenticatorService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Security\CognitoHeaderAuthenticator' shared autowired service.
*
* @return \App\Security\CognitoHeaderAuthenticator
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/CognitoHeaderAuthenticator.php';
return $container->privates['App\\Security\\CognitoHeaderAuthenticator'] = new \App\Security\CognitoHeaderAuthenticator(($container->services['translator'] ?? $container->getTranslatorService()), ($container->privates['App\\Security\\CognitoAuthenticator'] ?? $container->load('getCognitoAuthenticatorService')), ($container->privates['App\\Manager\\UserManager'] ?? $container->load('getUserManagerService')));
}
}