<?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 getAuthenticatorAssertionResponseValidatorService extends App_KernelProdContainer
{
    /*
     * Gets the public 'Webauthn\AuthenticatorAssertionResponseValidator' shared autowired service.
     *
     * @return \Webauthn\AuthenticatorAssertionResponseValidator
     */
    public static function do($container, $lazyLoad = true)
    {
        $instance = new \Webauthn\AuthenticatorAssertionResponseValidator(($container->privates['Webauthn\\CeremonyStep\\CeremonyStepManagerFactory'] ?? $container->load('getCeremonyStepManagerFactoryService'))->requestCeremony());

        if (isset($container->services['Webauthn\\AuthenticatorAssertionResponseValidator'])) {
            return $container->services['Webauthn\\AuthenticatorAssertionResponseValidator'];
        }

        $container->services['Webauthn\\AuthenticatorAssertionResponseValidator'] = $instance;

        $instance->setEventDispatcher(($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)));
        $instance->setLogger(($container->privates['webauthn.logger.default'] ??= new \Psr\Log\NullLogger()));

        return $instance;
    }
}
