<?php

namespace ContainerXAyNPD7;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getWebhook_ControllerService extends App_KernelProdContainer
{
    /*
     * Gets the public 'webhook.controller' shared service.
     *
     * @return \Symfony\Component\Webhook\Controller\WebhookController
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['webhook.controller'] = new \Symfony\Component\Webhook\Controller\WebhookController(['everest' => ['parser' => new \App\Webhook\EverestRequestParser(($container->privates['App\\Repository\\ApiUserRepository'] ?? self::getApiUserRepositoryService($container))), 'secret' => 'your_secret_here'], 'gmail-push' => ['parser' => new \App\Webhook\GmailPushRequestParser(new \App\Core\Support\Service\Inbound\GmailPushOidcVerifier(new \Google\Auth\AccessToken(NULL, ($container->services['cache.app'] ?? $container->load('getCache_AppService'))), $container->getEnv('GMAIL_PUSH_AUDIENCE'), $container->getEnv('GMAIL_PUSH_SERVICE_ACCOUNT_EMAIL'))), 'secret' => $container->getEnv('default::GMAIL_PUSH_AUDIENCE')]], ($container->services['messenger.default_bus'] ?? self::getMessenger_DefaultBusService($container)));
    }
}
