jwtClaimGet (Function) |
Top Previous Next |
jwtClaimGet reads a string claim from the JWT object.
Input: jwt : SYSHANDLE A handle to the JWT object.
name : STRING The name of the claim to read.
Output: value : STRING The value of the claim.
Returns: INT
Declaration: FUNCTION jwtClaimGet : INT;
Example: INCLUDE rtcu.inc |