public interface Authentication
| Modifier and Type | Method and Description |
|---|---|
void |
applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams,
String payload,
String method,
URI uri)
Apply authentication settings to header and query params.
|
void applyToParams(List<Pair> queryParams, Map<String,String> headerParams, Map<String,String> cookieParams, String payload, String method, URI uri) throws ApiException
queryParams - List of query parametersheaderParams - Map of header parameterscookieParams - Map of cookie parameterspayload - Raw payloadmethod - HTTP method to authenticateuri - URI to authenticateApiException - If the settings can't be appliedCopyright © 2024. All rights reserved.