Interface CreateConnectionOAuthClientRequestParameters.Builder

    • Method Detail

      • clientID

        CreateConnectionOAuthClientRequestParameters.Builder clientID​(String clientID)

        The client ID to use for OAuth authorization for the connection.

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

        CreateConnectionOAuthClientRequestParameters.Builder clientSecret​(String clientSecret)

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

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