• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/lib/bitrix24signer.php
  • Класс: BitrixSocialservicesBitrix24Signer
  • Вызов: Bitrix24Signer::unsign
public function unsign($signedValue, $salt = null)
{
	$encodedValue = parent::unsign($signedValue, $salt);
	return Json::decode(base64_decode($encodedValue));
}