<?php
use 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.api' shared service.
include_once $this->targetDirs[3].'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once $this->targetDirs[3].'/vendor/symfony/security-core/User/UserChecker.php';
@trigger_error('The "security.authentication.provider.simple_preauth.api" service is deprecated since Symfony 4.2.', E_USER_DEPRECATED);
return $this->privates['security.authentication.provider.simple_preauth.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\SimpleAuthenticationProvider(($this->privates['auth_token_authenticator'] ?? $this->load('getAuthTokenAuthenticatorService.php')), ($this->privates['auth_token_user_provider'] ?? $this->load('getAuthTokenUserProviderService.php')), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())));