• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/oauthservice.php
  • Класс: BitrixRestOAuthService
  • Вызов: OAuthService::getEngine
static function getEngine()
{
	if(!static::$engine)
	{
		static::$engine = new Engine();
	}

	return static::$engine;
}