Interface ConnectorOAuthRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConnectorOAuthRequest.Builder,ConnectorOAuthRequest>, SdkBuilder<ConnectorOAuthRequest.Builder,ConnectorOAuthRequest>, SdkPojo
Enclosing class:
ConnectorOAuthRequest

public static interface ConnectorOAuthRequest.Builder extends SdkPojo, CopyableBuilder<ConnectorOAuthRequest.Builder,ConnectorOAuthRequest>
  • Method Details

    • 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.