forbidQueryParams property
A list of query string parameter names that must not appear in the serialized HTTP request.
Each value MUST appear in the format in which it is sent over the wire; if a key needs to be percent-encoded, then it MUST appear percent-encoded in this list.
Implementation
final List<String> forbidQueryParams;