Interface Authentication
- All Known Implementing Classes:
ApiKeyAuth,HttpBasicAuth,HttpBearerAuth
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-03T14:44:33.178593458Z[Etc/UTC]",
comments="Generator version: 7.16.0")
public interface Authentication
-
Method Summary
-
Method Details
-
applyToParams
void applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) Apply authentication settings to header and query params.- Parameters:
queryParams- List of query parametersheaderParams- Map of header parameterscookieParams- Map of cookie parameters
-