l8w8jwt_decoding_params.validate_nbf

Should the "not before" claim be verified? If this is set to <code>1</code>, the <code>nbf</code> claim will be compared to the current date and time + {@link #nbf_tolerance_seconds}

struct l8w8jwt_decoding_params
int validate_nbf;

Meta