• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/auth/jwt.php
  • Класс: BitrixPullAuthJwt
  • Вызов: Jwt::decode
static function decode(string $jwt, string $secret)
{
	return MainWebJWT::decode($jwt, $secret);
}