LibJWT 3.4.0
The C JSON Web Token Library +JWK +JWKS
Claims and Headers

Get and set JWT claims and header parameters. More...

Collaboration diagram for Claims and Headers:

Topics

 Utility Functions
 Set up a jwt_value_t for getting and setting claims and headers.
 Builder Functions
 Get, set, and delete claims and headers on a builder object.
 Checker Functions
 Get, set, and delete the claims a checker validates.
 JWT Functions
 Get and set claims and headers on a jwt_t during a callback.

Detailed Description

Get and set JWT claims and header parameters.

Working with claims and header elements across checker and builder objects is similar, but the usage for it is not.