<?php
namespace ContainerKw9eKg9;
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 getClassLinkOAuthProviderService extends App_KernelTestDebugContainer
{
/**
* Gets the private 'Platform\SecurityBundle\Service\OAuth\Providers\ClassLinkOAuthProvider' shared autowired service.
*
* @return \Platform\SecurityBundle\Service\OAuth\Providers\ClassLinkOAuthProvider
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Platform/SecurityBundle/Service/OAuth/Providers/AbstractOAuthProvider.php';
include_once \dirname(__DIR__, 4).'/src/Platform/SecurityBundle/Service/OAuth/Providers/ClassLinkOAuthProvider.php';
return $container->privates['Platform\\SecurityBundle\\Service\\OAuth\\Providers\\ClassLinkOAuthProvider'] = new \Platform\SecurityBundle\Service\OAuth\Providers\ClassLinkOAuthProvider(($container->services['Platform\\SecurityBundle\\Service\\OAuth\\OAuthServiceFactory'] ?? $container->load('getOAuthServiceFactoryService')), ['client' => 'c16067603972890da4e0937c2bdf98aabc69add6d35f', 'secret' => '46de7912ec923aa35a6aa8e89557f078']);
}
}