<?php
namespace ContainerP9Oka26;
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 getSecurity_Authentication_Provider_Oauth2_ApiService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'security.authentication.provider.oauth2.api' shared service.
*
* @return \Trikoder\Bundle\OAuth2Bundle\Security\Authentication\Provider\OAuth2Provider
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Security/Authentication/Provider/OAuth2Provider.php';
include_once \dirname(__DIR__, 4).'/vendor/trikoder/oauth2-bundle/Security/Authentication/Token/OAuth2TokenFactory.php';
return $container->privates['security.authentication.provider.oauth2.api'] = new \Trikoder\Bundle\OAuth2Bundle\Security\Authentication\Provider\OAuth2Provider(($container->privates['security.user.provider.concrete.sso_user_provider'] ?? $container->load('getSecurity_User_Provider_Concrete_SsoUserProviderService')), ($container->privates['League\\OAuth2\\Server\\ResourceServer'] ?? $container->load('getResourceServerService')), ($container->privates['Trikoder\\Bundle\\OAuth2Bundle\\Security\\Authentication\\Token\\OAuth2TokenFactory'] ?? ($container->privates['Trikoder\\Bundle\\OAuth2Bundle\\Security\\Authentication\\Token\\OAuth2TokenFactory'] = new \Trikoder\Bundle\OAuth2Bundle\Security\Authentication\Token\OAuth2TokenFactory('ROLE_OAUTH2_'))), 'api');
}
}