<?php
namespace ContainerECTerS8;
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 getHwiOauth_Authentication_Provider_Oauth_OauthService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'hwi_oauth.authentication.provider.oauth.oauth' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider
*/
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/hwi/oauth-bundle/src/Security/Core/Authentication/Provider/OAuthProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $container->privates['hwi_oauth.authentication.provider.oauth.oauth'] = new \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider(($container->privates['App\\Security\\OAuthUserProvider'] ?? $container->load('getOAuthUserProviderService')), ($container->services['hwi_oauth.resource_ownermap.oauth'] ?? $container->load('getHwiOauth_ResourceOwnermap_OauthService')), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()));
}
}