l8w8jwt_decoding_params.validate_iss

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

struct l8w8jwt_decoding_params
char* validate_iss;

Meta