jwtClaimAdd (Function) |
Top Previous Next |
jwtClaimAdd adds a new string 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 : STRING The string to add.
Returns: INT
Declaration: FUNCTION jwtHeaderAdd : INT;
Example: INCLUDE rtcu.inc |