• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/apauth/application.php
  • Класс: BitrixRestAPAuthApplication
  • Вызов: Application::onApplicationsBuildList
static function onApplicationsBuildList()
{
	return array(
		"ID" => static::ID,
		"NAME" => Loc::getMessage("REST_APP_TITLE"),
		"DESCRIPTION" => Loc::getMessage("REST_APP_DESC"),
		"SORT" => 1000,
		"CLASS" => __CLASS__,
		"VISIBLE" => false,
	);
}