• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/oauth/storagecache.php
  • Класс: BitrixRestOAuthStorageCache
  • Вызов: StorageCache::getCacheId
protected function getCacheId($accessToken)
{
	return static::CACHE_PREFIX.$accessToken;
}