<?php

namespace ContainerCvuvlxj;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/**
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getSsoStateStoreInterfaceService extends App_KernelDevDebugContainer
{
    /**
     * Gets the public 'LightSaml\Store\Sso\SsoStateStoreInterface' shared autowired service.
     *
     * @return \LightSaml\SymfonyBridgeBundle\Store\Sso\Symfony53SsoStateSessionStore
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Sso/SsoStateStoreInterface.php';
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/symfony-bridge/src/LightSaml/SymfonyBridgeBundle/Store/Sso/Symfony53SsoStateSessionStore.php';

        return $container->services['LightSaml\\Store\\Sso\\SsoStateStoreInterface'] = new \LightSaml\SymfonyBridgeBundle\Store\Sso\Symfony53SsoStateSessionStore(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'samlsso');
    }
}
