Interface UpdateConnectionOAuthClientRequestParameters.Builder

    • Method Detail

      • clientID

        UpdateConnectionOAuthClientRequestParameters.Builder clientID​(String clientID)

        The client ID to use for OAuth authorization.

        Parameters:
        clientID - The client ID to use for OAuth authorization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientSecret

        UpdateConnectionOAuthClientRequestParameters.Builder clientSecret​(String clientSecret)

        The client secret assciated with the client ID to use for OAuth authorization.

        Parameters:
        clientSecret - The client secret assciated with the client ID to use for OAuth authorization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.