privates['security.authentication.provider.guard.project_secured_area'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () { yield 0 => ($this->privates['App\\Application\\Authentication\\Authenticator\\ApiTokenAuthenticator'] ?? $this->load('getApiTokenAuthenticatorService.php')); }, 1), new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Domain\\Entity\\UserProject', 'userId', NULL), 'project_secured_area', new \Symfony\Component\Security\Core\User\UserChecker(), ($this->services['security.password_encoder'] ?? $this->load('getSecurity_PasswordEncoderService.php')));