<?php

namespace ContainerYbU9dcX;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getWebauthn_Controller_Creation_Request_FromUserAccountService extends App_KernelProdContainer
{
    /*
     * Gets the public 'webauthn.controller.creation.request.from_user_account' shared service.
     *
     * @return \Webauthn\Bundle\Controller\AttestationRequestController
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['webauthn.controller.creation.request.from_user_account'] = ($container->privates['Webauthn\\Bundle\\Controller\\AttestationControllerFactory'] ?? $container->load('getAttestationControllerFactoryService'))->createRequestController(new \Webauthn\Bundle\CredentialOptionsBuilder\ProfileBasedCreationOptionsBuilder(($container->privates['serializer'] ?? self::getSerializerService($container)), ($container->privates['validator'] ?? self::getValidatorService($container)), ($container->privates['App\\Engine\\Admin\\Auth\\WebauthnCredentialRepository'] ?? $container->load('getWebauthnCredentialRepositoryService')), ($container->services['Webauthn\\Bundle\\Service\\PublicKeyCredentialCreationOptionsFactory'] ?? $container->load('getPublicKeyCredentialCreationOptionsFactoryService')), 'default', ($container->services['Webauthn\\Bundle\\Policy\\ClientOverridePolicy'] ?? $container->load('getClientOverridePolicyService'))), new \App\Engine\Admin\Auth\AdministratorUserEntityGuesser(($container->privates['App\\Engine\\Admin\\Auth\\WebauthnCredentialAdministratorUserEntityRepository'] ?? $container->load('getWebauthnCredentialAdministratorUserEntityRepositoryService'))), ($container->privates['Webauthn\\Bundle\\Security\\Storage\\SessionStorage'] ?? $container->load('getSessionStorageService')), ($container->privates['Webauthn\\Bundle\\Security\\Handler\\DefaultCreationOptionsHandler'] ?? $container->load('getDefaultCreationOptionsHandlerService')), ($container->privates['Webauthn\\Bundle\\Service\\DefaultFailureHandler'] ??= new \Webauthn\Bundle\Service\DefaultFailureHandler()), false);
    }
}
