• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/mailru.php
  • Класс: CMailRuOAuthInterface
  • Вызов: CMailRuOAuthInterface::__construct
public function __construct($appID, $appSecret, $code=false)
{
	$this->httpTimeout = SOCSERV_DEFAULT_HTTP_TIMEOUT;
	$this->appID = $appID;
	$this->appSecret = $appSecret;
	$this->code = $code;
}