public static interface ConnectorOAuthRequest.Builder extends SdkPojo, CopyableBuilder<ConnectorOAuthRequest.Builder,ConnectorOAuthRequest>
Modifier and Type | Method and Description |
---|---|
ConnectorOAuthRequest.Builder |
authCode(String authCode)
The code provided by the connector when it has been authenticated via the connected app.
|
ConnectorOAuthRequest.Builder |
redirectUri(String redirectUri)
The URL to which the authentication server redirects the browser after authorization has been granted.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ConnectorOAuthRequest.Builder authCode(String authCode)
The code provided by the connector when it has been authenticated via the connected app.
authCode
- The code provided by the connector when it has been authenticated via the connected app.ConnectorOAuthRequest.Builder redirectUri(String redirectUri)
The URL to which the authentication server redirects the browser after authorization has been granted.
redirectUri
- The URL to which the authentication server redirects the browser after authorization has been granted.