<?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 getPublicKeyCredentialRequestOptionsFactoryService extends App_KernelProdContainer
{
    /*
     * Gets the public 'Webauthn\Bundle\Service\PublicKeyCredentialRequestOptionsFactory' shared autowired service.
     *
     * @return \Webauthn\Bundle\Service\PublicKeyCredentialRequestOptionsFactory
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['Webauthn\\Bundle\\Service\\PublicKeyCredentialRequestOptionsFactory'] = $instance = new \Webauthn\Bundle\Service\PublicKeyCredentialRequestOptionsFactory($container->getParameter('webauthn.request_profiles'));

        $instance->setEventDispatcher(($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)));

        return $instance;
    }
}
