l8w8jwt_decoding_params.validate_sub

OPTIONAL The subject claim (who is the JWT about?). <p> Set to <code>NULL</code> if you don't want to validate the subject claim. <p> The JWT will only pass verification if its <code>sub</code> matches this string. @see https://tools.ietf.org/html/rfc7519#section-4.1.2

struct l8w8jwt_decoding_params
char* validate_sub;

Meta