jwtClaimAddJSON (Function) |
Top Previous Next |
jwtClaimAddJSON adds claims from the provided JSON encoded string to the JWT object. It will overwrite existing claims.
Input: jwt : SYSHANDLE A handle to the JWT object.
value : STRING The JSON encoded string with the claims to add.
Returns: INT
Declaration: FUNCTION jwtClaimAddJSON : INT;
Example: INCLUDE rtcu.inc |