Interface QueryParamsAuthMethod

All Superinterfaces:
AuthMethod, Comparable<AuthMethod>
All Known Implementing Classes:
ApiKeyQueryParamsAuthMethod, SignatureAuthMethod

public interface QueryParamsAuthMethod extends AuthMethod
Auth methods that are appended to the request's query parameters.
Since:
8.8.0
  • Method Details

    • getAuthParams

      Gets the auth parameters to be included in the query string.
      Parameters:
      requestParams - List of existing request parameters, which may be used in the computation.
      Returns:
      A new Map containing only the authentication parameters.