public interface Authentication
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 - HTTP request bodymethod - HTTP methoduri - URIApiException - if failed to update the parametersCopyright © 2025. All rights reserved.