Class ApiKeyAuth

java.lang.Object
org.apache.fineract.client.auth.ApiKeyAuth
All Implemented Interfaces:
okhttp3.Interceptor

public class ApiKeyAuth extends Object implements okhttp3.Interceptor
  • 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)
    • intercept

      public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOException
      Specified by:
      intercept in interface okhttp3.Interceptor
      Throws:
      IOException