jwtClaimAddDint (Function) |
Top Previous Next |
jwtHeaderAddDint adds a new integer 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 : DINT The value to add.
Returns: INT
Declaration: FUNCTION jwtClaimAddDint : INT;
Example: INCLUDE rtcu.inc |