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