jwtClaimGetBool (Function) |
Top Previous Next |
jwtClaimGet reads a boolean 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 : BOOL The value of the claim.
Returns: INT
Declaration: FUNCTION jwtClaimGetBool : INT;
Example: INCLUDE rtcu.inc |