<?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.guard.admin_area' shared service.
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/Authentication/Checkers/AdminUserChecker.php';
return $this->privates['security.authentication.provider.guard.admin_area'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\Authentication\\Authenticators\\AdminAreaFormAuthenticator'] ?? $this->load('getAdminAreaFormAuthenticatorService.php'));
}, 1), ($this->privates['App\\Security\\Provider\\UserEntityProvider'] ?? $this->load('getUserEntityProviderService.php')), 'admin_area', ($this->privates['App\\Security\\Authentication\\Checkers\\AdminUserChecker'] ?? ($this->privates['App\\Security\\Authentication\\Checkers\\AdminUserChecker'] = new \App\Security\Authentication\Checkers\AdminUserChecker())), ($this->services['security.password_encoder'] ?? $this->load('getSecurity_PasswordEncoderService.php')));