Package com.jumio.sdk.api_v1.auth
Class ApiKeyAuth
java.lang.Object
com.jumio.sdk.api_v1.auth.ApiKeyAuth
- All Implemented Interfaces:
Authentication
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:41.184215600+02:00[Europe/Vienna]")
public class ApiKeyAuth
extends Object
implements Authentication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyToParams
(org.springframework.util.MultiValueMap<String, String> queryParams, org.springframework.http.HttpHeaders headerParams, org.springframework.util.MultiValueMap<String, String> cookieParams) 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, org.springframework.util.MultiValueMap<String, String> cookieParams) 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 requestcookieParams
- The cookie parameters for the request
-