jwtClaimAddBool (Function) |
Top Previous Next |
jwtClaimAddBool adds a new boolean claim to the JWT object. If the claim already exists, it must be deleted first with jwtClaimDelete.
Input: jwt : SYSHANDLE A handle to the JWT object.
name : STRING The name of the claim to add.
value : BOOL The value to add.
Returns: INT
Declaration: FUNCTION jwtClaimAddBool : INT;
Example: INCLUDE rtcu.inc |