Package sh.ory.auth

Class ApiKeyAuth

java.lang.Object
sh.ory.auth.ApiKeyAuth
All Implemented Interfaces:
Authentication

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-04-19T11:31:27.587817519Z[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​(List<Pair> queryParams, Map<String,​String> headerParams, Map<String,​String> cookieParams, String payload, String method, URI uri) throws ApiException
      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
      payload - HTTP request body
      method - HTTP method
      uri - URI
      Throws:
      ApiException - if failed to update the parameters