public interface Authentication
Modifier and Type | Method and Description |
---|---|
void |
applyToParams(String url,
String method,
List<Pair> queryParams,
Map<String,String> headerParams,
Object body)
Apply authentication settings to header and query params.
|
void applyToParams(String url, String method, List<Pair> queryParams, Map<String,String> headerParams, Object body)
url
- The request HTTP URLmethod
- The request method, one of "GET", "HEAD", "OPTIONS", "POST", "PUT", "PATCH" and "DELETE"queryParams
- List of query parametersheaderParams
- Map of header parametersbody
- The request body objectCopyright © 2023. All rights reserved.