var/cache/dev/ContainerCIEWvBA/getSecurity_Authentication_Provider_SimplePreauth_ApiService.php line 12

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'security.authentication.provider.simple_preauth.api' shared service.
  6. include_once $this->targetDirs[3].'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7. include_once $this->targetDirs[3].'/vendor/symfony/security-core/User/UserChecker.php';
  8. @trigger_error('The "security.authentication.provider.simple_preauth.api" service is deprecated since Symfony 4.2.'E_USER_DEPRECATED);
  9. 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())));