claimString
Returns a decoded JWT payload claim as a string.
Return
claim string value, or null when the claim is absent.
Parameters
name
claim name.
Throws
when the claim is present but not a JSON string.
Returns a decoded JWT payload claim as a string.
claim string value, or null when the claim is absent.
claim name.
when the claim is present but not a JSON string.