• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/oauth/auth.php
  • Класс: BitrixRestOAuthAuth
  • Вызов: Auth::getStorage
static function getStorage()
{
	if(static::$storage === null)
	{
		static::setStorage(new StorageCache());
	}

	return static::$storage;
}