Interface ConnectorOAuthRequest.Builder

    • Method Detail

      • authCode

        ConnectorOAuthRequest.Builder authCode​(String authCode)

        The code provided by the connector when it has been authenticated via the connected app.

        Parameters:
        authCode - The code provided by the connector when it has been authenticated via the connected app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • redirectUri

        ConnectorOAuthRequest.Builder redirectUri​(String redirectUri)

        The URL to which the authentication server redirects the browser after authorization has been granted.

        Parameters:
        redirectUri - The URL to which the authentication server redirects the browser after authorization has been granted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.