<?phpnamespace ContainerSzWx2pB;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_MainService extends App_KernelDevDebugContainer{ /** * Gets the private 'hwi_oauth.authentication.provider.oauth.main' 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'; $a = ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')); if (isset($container->privates['hwi_oauth.authentication.provider.oauth.main'])) { return $container->privates['hwi_oauth.authentication.provider.oauth.main']; } return $container->privates['hwi_oauth.authentication.provider.oauth.main'] = new \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider($a, ($container->services['hwi_oauth.resource_ownermap.main'] ?? $container->load('getHwiOauth_ResourceOwnermap_MainService')), ($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())); }}