jwtClaimGetDint (Function) |
Top Previous Next |
jwtClaimGetDint reads an integer claim from the JWT object.
Input: jwt : SYSHANDLE A handle to the JWT object.
name : STRING The name of the claim to read.
Output: value : DINT The value of the claim.
Returns: INT
Declaration: FUNCTION jwtClaimGetDint : INT;
Example: INCLUDE rtcu.inc |