jwtClaimGetJSON (Function) |
Top Previous Next |
jwtClaimGetJSON reads a claim from the JWT object as a JSON encoded string If no claim name is provided, the entire claim is returned.
Input: jwt : SYSHANDLE A handle to the JWT object.
name : STRING The name of the claim to read. Use an empty string to get the entire claim.
Output: value : STRING The value of the claim.
Returns: INT
Declaration: FUNCTION jwtClaimGetJSON : INT;
Example: INCLUDE rtcu.inc |