<?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_Security_Admin_Creation_OptionsService extends App_KernelProdContainer
{
    /*
     * Gets the public 'webauthn.controller.security.admin.creation.options' shared service.
     *
     * @return \Webauthn\Bundle\Controller\AttestationRequestController
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['serializer'] ?? self::getSerializerService($container));
        $b = ($container->privates['validator'] ?? self::getValidatorService($container));

        return $container->services['webauthn.controller.security.admin.creation.options'] = ($container->privates['Webauthn\\Bundle\\Controller\\AttestationControllerFactory'] ?? $container->load('getAttestationControllerFactoryService'))->createRequestController(new \Webauthn\Bundle\CredentialOptionsBuilder\ProfileBasedCreationOptionsBuilder($a, $b, ($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 \Webauthn\Bundle\Security\Guesser\RequestBodyUserEntityGuesser($a, $b, ($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\\Security\\Handler\\DefaultFailureHandler'] ??= new \Webauthn\Bundle\Security\Handler\DefaultFailureHandler()), true);
    }
}
