Class ApiKeyAuth

java.lang.Object
com.okta.sdk.resource.client.auth.ApiKeyAuth
All Implemented Interfaces:
Authentication

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") 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(List<Pair> queryParams, Map<String,String> headerParams, Map<String,String> cookieParams)
      Description copied from interface: Authentication
      Apply authentication settings to header and query params.
      Specified by:
      applyToParams in interface Authentication
      Parameters:
      queryParams - List of query parameters
      headerParams - Map of header parameters
      cookieParams - Map of cookie parameters