Class ApiKeyAuth

java.lang.Object
io.iworkflow.gen.api.auth.ApiKeyAuth
All Implemented Interfaces:
feign.RequestInterceptor

public class ApiKeyAuth extends Object implements feign.RequestInterceptor
  • 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)
    • apply

      public void apply(feign.RequestTemplate template)
      Specified by:
      apply in interface feign.RequestInterceptor