l8w8jwt_decoding_params.validate_iat

Should the "issued at" claim be verified? If this is set to <code>1</code>, the <code>iat</code> claim will be compared to the current date and time + {@link #iat_tolerance_seconds}

struct l8w8jwt_decoding_params
int validate_iat;

Meta