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