<?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 getWebauthnBadgeListenerService extends App_KernelProdContainer
{
    /*
     * Gets the private 'Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener' shared autowired service.
     *
     * @return \Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['serializer'] ?? self::getSerializerService($container));

        if (isset($container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'])) {
            return $container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'];
        }
        $b = ($container->privates['App\\Engine\\Admin\\Auth\\WebauthnCredentialAdministratorUserEntityRepository'] ?? $container->load('getWebauthnCredentialAdministratorUserEntityRepositoryService'));

        if (isset($container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'])) {
            return $container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'];
        }
        $c = ($container->services['Webauthn\\AuthenticatorAssertionResponseValidator'] ?? $container->load('getAuthenticatorAssertionResponseValidatorService'));

        if (isset($container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'])) {
            return $container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'];
        }
        $d = ($container->services['Webauthn\\AuthenticatorAttestationResponseValidator'] ?? $container->load('getAuthenticatorAttestationResponseValidatorService'));

        if (isset($container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'])) {
            return $container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'];
        }

        $instance = new \Webauthn\Bundle\Security\Authentication\WebauthnBadgeListener(($container->privates['Webauthn\\Bundle\\Security\\Storage\\SessionStorage'] ?? $container->load('getSessionStorageService')), $a, $b, ($container->privates['App\\Engine\\Admin\\Auth\\WebauthnCredentialRepository'] ?? $container->load('getWebauthnCredentialRepositoryService')), $c, $d, ($container->privates['security.user.provider.concrete.app_admin_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_AppAdminUserProviderService')));

        if (isset($container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'])) {
            return $container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'];
        }

        return $container->privates['Webauthn\\Bundle\\Security\\Authentication\\WebauthnBadgeListener'] = $instance;
    }
}
