<?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 'Harmonizely\Core\Security\Authenticator\UserApiAuthenticator' shared autowired service.
return $this->privates['Harmonizely\\Core\\Security\\Authenticator\\UserApiAuthenticator'] = new \Harmonizely\Core\Security\Authenticator\UserApiAuthenticator(($this->privates['Harmonizely\\Core\\Response\\Json\\ResponseBuilder'] ?? $this->load('getResponseBuilderService.php')), ($this->services['security.password_encoder'] ?? $this->load('getSecurity_PasswordEncoderService.php')), ($this->privates['Harmonizely\\Core\\Validation\\DTOValidator'] ?? $this->load('getDTOValidatorService.php')), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\UserLoginAttemptValidatorService'] ?? $this->getUserLoginAttemptValidatorServiceService()), ($this->privates['Harmonizely\\Repository\\Company\\UserTokenRepository'] ?? $this->load('getUserTokenRepositoryService.php')), ($this->privates['Harmonizely\\Repository\\Company\\UserDeviceTokenRepository'] ?? $this->load('getUserDeviceTokenRepositoryService.php')));