• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/integration/oauth/bitrix24.php
  • Класс: BitrixSaleExchangeIntegrationOAuthBitrix24
  • Вызов: Bitrix24::__construct
public function __construct(array $options = [])
{
	parent::__construct($options);

	$app = $this->getApplication();
	$this->clientId = $app->getClientId();
	$this->clientSecret = $app->getClientSecret();
}