<?php
namespace ContainerCyeCtvx;
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 getTokenAuthenticatorService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Security\Authenticator\TokenAuthenticator' shared autowired service.
*
* @return \App\Security\Authenticator\TokenAuthenticator
*/
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/Authenticator/TokenAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Services/APIRest/Tools/RouteScopeResolver.php';
return $container->privates['App\\Security\\Authenticator\\TokenAuthenticator'] = new \App\Security\Authenticator\TokenAuthenticator(($container->privates['App\\Services\\APIRest\\Tools\\APIResponseTools'] ?? ($container->privates['App\\Services\\APIRest\\Tools\\APIResponseTools'] = new \App\Services\APIRest\Tools\APIResponseTools())), new \App\Services\APIRest\Tools\RouteScopeResolver());
}
}