<?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_Request_OptionsService extends App_KernelProdContainer
{
    /*
     * Gets the public 'webauthn.controller.security.admin.request.options' shared service.
     *
     * @return \Webauthn\Bundle\Controller\AssertionRequestController
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['serializer'] ?? self::getSerializerService($container));
        $b = ($container->privates['App\\Engine\\Admin\\Auth\\WebauthnCredentialRepository'] ?? $container->load('getWebauthnCredentialRepositoryService'));
        $c = ($container->privates['Webauthn\\Bundle\\Security\\Storage\\SessionStorage'] ?? $container->load('getSessionStorageService'));
        $d = new \Webauthn\Bundle\Controller\AssertionControllerFactory($a, $c, ($container->services['Webauthn\\AuthenticatorAssertionResponseValidator'] ?? $container->load('getAuthenticatorAssertionResponseValidatorService')), $b);
        $d->setLogger(($container->privates['webauthn.logger.default'] ??= new \Psr\Log\NullLogger()));

        return $container->services['webauthn.controller.security.admin.request.options'] = $d->createRequestController(new \Webauthn\Bundle\CredentialOptionsBuilder\ProfileBasedRequestOptionsBuilder($a, ($container->privates['validator'] ?? self::getValidatorService($container)), ($container->privates['App\\Engine\\Admin\\Auth\\WebauthnCredentialAdministratorUserEntityRepository'] ?? $container->load('getWebauthnCredentialAdministratorUserEntityRepositoryService')), $b, ($container->services['Webauthn\\Bundle\\Service\\PublicKeyCredentialRequestOptionsFactory'] ?? $container->load('getPublicKeyCredentialRequestOptionsFactoryService')), 'default', new \Webauthn\SimpleFakeCredentialGenerator(($container->services['cache.app'] ?? $container->load('getCache_AppService'))), ($container->services['Webauthn\\Bundle\\Policy\\ClientOverridePolicy'] ?? $container->load('getClientOverridePolicyService'))), $c, new \Webauthn\Bundle\Security\Handler\DefaultRequestOptionsHandler($a), ($container->privates['Webauthn\\Bundle\\Security\\Handler\\DefaultFailureHandler'] ??= new \Webauthn\Bundle\Security\Handler\DefaultFailureHandler()));
    }
}
