<?phpuse Symfony\Component\DependencyInjection\Argument\RewindableGenerator;use Symfony\Component\DependencyInjection\Exception\RuntimeException;// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.// Returns the private 'security.authentication.provider.simple_preauth.main' shared service.@trigger_error('The "security.authentication.provider.simple_preauth.main" service is deprecated since Symfony 4.2.', E_USER_DEPRECATED);include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';include_once \dirname(__DIR__, 4).'/src/Security/AuthTokenUserProvider.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserChecker.php';$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());return $this->privates['security.authentication.provider.simple_preauth.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\SimpleAuthenticationProvider(($this->services['auth_token_authenticator'] ?? $this->load('getAuthTokenAuthenticatorService.php')), new \App\Security\AuthTokenUserProvider($a->getRepository('App:Auth\\AuthToken'), $a->getRepository('App:Auth\\AuthUser')), 'main', new \Symfony\Component\Security\Core\User\UserChecker());