l8w8jwt_decoding_params.validate_exp

Should the expiration claim be verified? If this is set to <code>1</code>, the <code>exp</code> claim will be compared to the current date and time + {@link #exp_tolerance_seconds}

struct l8w8jwt_decoding_params
int validate_exp;

Meta