Claim

Top  Previous  Next

 

The following functions are used to manipulate the JWT claims:


jwtClaimAdd

Adds a new string claim to the JWT object


jwtClaimAddBool

Adds a new boolean claim to the JWT object


jwtClaimAddDint

Adds a new integer claim to the JWT object


jwtClaimAddJSON

Adds the claims from a JSON encoded string to the JWT object


jwtClaimDelete

Deletes a claim from the JWT object


jwtClaimGet

Reads a string claim from the JWT object.


jwtClaimGetBool

Reads a boolean claim from the JWT object.


jwtClaimGetDint

Reads an integer claim from the JWT object.


jwtClaimGetJSON

Reads a claim from the JWT object as a JSON encoded string.