jwtClaimDelete (Function) |
Top Previous Next |
jwtClaimDelete deletes a claim from the JWT object.
Input: jwt : SYSHANDLE A handle to the JWT object.
name : STRING The name of the claim to delete. If empty, all claims will be deleted.
Returns: INT
Declaration: FUNCTION jwtClaimDelete : INT;
Example: INCLUDE rtcu.inc |