jwtHeaderGetJSON (Function) |
Top Previous Next |
jwtHeaderGetJSON reads a header from the JWT object as a JSON encoded string If no header name is provided, the entire header is returned.
Input: jwt : SYSHANDLE A handle to the JWT object.
name : STRING The name of the header to read. Use an empty string to get the entire header.
Output: value : STRING The value of the header.
Returns: INT
Declaration: FUNCTION jwtHeaderGetJSON : INT;
Example: INCLUDE rtcu.inc |