l8w8jwt_decoding_params.validate_aud

OPTIONAL The audience claim (who is the JWT intended for? Who is the intended JWT's recipient?). <p> Set to <code>NULL</code> if you don't want to validate the audience. <p> The JWT will only pass verification if its <code>aud</code> matches this string. @see https://tools.ietf.org/html/rfc7519#section-4.1.3

struct l8w8jwt_decoding_params
char* validate_aud;

Meta