l8w8jwt_decoding_params.validate_jti

OPTIONAL The JWT ID. Provides a unique identifier for the token. <p> Set to <code>NULL</code> if you don't want to validate the jti claim. <p> The JWT will only pass verification if its <code>jti</code> matches this string. @see https://tools.ietf.org/html/rfc7519#section-4.1.7

struct l8w8jwt_decoding_params
char* validate_jti;

Meta