<?php

namespace ContainerXKaODn2;

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 getLightsamlSp_TokenFactoryService extends App_KernelDevDebugContainer
{
    /**
     * Gets the public 'lightsaml_sp.token_factory' shared autowired service.
     *
     * @return \LightSaml\SpBundle\Security\Authentication\Token\SamlSpTokenFactory
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/Authentication/Token/SamlSpTokenFactoryInterface.php';
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/Authentication/Token/SamlSpTokenFactory.php';

        return $container->services['lightsaml_sp.token_factory'] = new \LightSaml\SpBundle\Security\Authentication\Token\SamlSpTokenFactory();
    }
}
