<?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_Response_FromUserAccountService extends App_KernelProdContainer
{
    /*
     * Gets the public 'webauthn.controller.creation.response.from_user_account' shared service.
     *
     * @return \Webauthn\Bundle\Controller\AttestationResponseController
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['webauthn.controller.creation.response.from_user_account'] = ($container->privates['Webauthn\\Bundle\\Controller\\AttestationControllerFactory'] ?? $container->load('getAttestationControllerFactoryService'))->createResponseController(($container->privates['Webauthn\\Bundle\\Security\\Storage\\SessionStorage'] ?? $container->load('getSessionStorageService')), new \Webauthn\Bundle\Service\DefaultSuccessHandler(), ($container->privates['Webauthn\\Bundle\\Service\\DefaultFailureHandler'] ??= new \Webauthn\Bundle\Service\DefaultFailureHandler()), NULL, new \Webauthn\AuthenticatorAttestationResponseValidator(($container->privates['Webauthn\\CeremonyStep\\CeremonyStepManagerFactory'] ?? $container->load('getCeremonyStepManagerFactoryService'))->creationCeremony([])));
    }
}
