• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/oauth/client.php
  • Класс: BitrixRestOAuthClient
  • Вызов: Client::__construct
public function __construct($clientId, $clientSecret, $licenseKey)
{
	$this->clientId = $clientId;
	$this->clientSecret = $clientSecret;
	$this->licenseKey = $licenseKey;
}