• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/bitrixservice.php
  • Класс: CBitrixServiceTransport
  • Вызов: CBitrixServiceTransport::__construct
public function __construct($clientId, $clientSecret)
{
	$this->clientId = $clientId;
	$this->clientSecret = $clientSecret;
}