• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/bitrix24.php
  • Класс: CSocServBitrixOAuth
  • Вызов: CSocServBitrixOAuth::__construct
function __construct($appID, $appSecret, $portalURI, $redirectURI, $userId = null)
{
	$this->appID = $appID;
	$this->appSecret = $appSecret;
	$this->portalURI = $portalURI;
	$this->redirectURI = $redirectURI;

	return parent::__construct($userId);
}