java.lang.Object
dev.vality.swag.wallets.webhook.events.auth.ApiKeyAuth
All Implemented Interfaces:
Authentication

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-05-31T03:52:57.575432417Z[Etc/UTC]")
public class ApiKeyAuth
extends Object
implements Authentication
  • Constructor Details

    • ApiKeyAuth

      public ApiKeyAuth​(String location, String paramName)
  • Method Details

    • getLocation

      public String getLocation()
    • getParamName

      public String getParamName()
    • getApiKey

      public String getApiKey()
    • setApiKey

      public void setApiKey​(String apiKey)
    • getApiKeyPrefix

      public String getApiKeyPrefix()
    • setApiKeyPrefix

      public void setApiKeyPrefix​(String apiKeyPrefix)
    • 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 interface Authentication
      Parameters:
      queryParams - The query parameters for the request
      headerParams - The header parameters for the request
      cookieParams - The cookie parameters for the request