Class ApiKeyAuth
java.lang.Object
org.springframework.ai.huggingface.invoker.auth.ApiKeyAuth
- All Implemented Interfaces:
Authentication
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-11-22T13:25:14.392276159Z[Etc/UTC]")
public class ApiKeyAuth
extends Object
implements Authentication
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyToParams
(org.springframework.util.MultiValueMap<String, String> queryParams, org.springframework.http.HttpHeaders headerParams) Apply authentication settings to header and / or query parameters.void
void
setApiKeyPrefix
(String apiKeyPrefix)
-
Constructor Details
-
ApiKeyAuth
-
-
Method Details
-
getLocation
-
getParamName
-
getApiKey
-
setApiKey
-
getApiKeyPrefix
-
setApiKeyPrefix
-
applyToParams
public void applyToParams(org.springframework.util.MultiValueMap<String, String> queryParams, org.springframework.http.HttpHeaders headerParams) Description copied from interface:Authentication
Apply authentication settings to header and / or query parameters.- Specified by:
applyToParams
in interfaceAuthentication
- Parameters:
queryParams
- The query parameters for the requestheaderParams
- The header parameters for the request
-