<?php
namespace Container3LPVIHv;
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_SocialService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'hwi_oauth.authentication.provider.oauth.social' 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/Security/Core/Authentication/Provider/OAuthProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/Security/Core/User/OAuthAwareUserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/OAuthUserProvider.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';
$a = ($container->services['App\\Service\\EsUser'] ?? $container->load('getEsUserService'));
if (isset($container->privates['hwi_oauth.authentication.provider.oauth.social'])) {
return $container->privates['hwi_oauth.authentication.provider.oauth.social'];
}
return $container->privates['hwi_oauth.authentication.provider.oauth.social'] = new \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider(new \App\Security\OAuthUserProvider($a), ($container->services['hwi_oauth.resource_ownermap.social'] ?? $container->getHwiOauth_ResourceOwnermap_SocialService()), ($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()));
}
}