Interface ApiKeyCredentials.Builder

    • Method Detail

      • apiKey

        ApiKeyCredentials.Builder apiKey​(String apiKey)

        The API key required for API key authentication.

        Parameters:
        apiKey - The API key required for API key authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiSecretKey

        ApiKeyCredentials.Builder apiSecretKey​(String apiSecretKey)

        The API secret key required for API key authentication.

        Parameters:
        apiSecretKey - The API secret key required for API key authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.