class Aws::Appflow::Types::ConnectorOAuthRequest

Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.

@note When making an API call, you may pass ConnectorOAuthRequest

data as a hash:

    {
      auth_code: "AuthCode",
      redirect_uri: "RedirectUri",
    }

@!attribute [rw] auth_code

The code provided by the connector when it has been authenticated
via the connected app.
@return [String]

@!attribute [rw] redirect_uri

The URL to which the authentication server redirects the browser
after authorization has been granted.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ConnectorOAuthRequest AWS API Documentation

Constants

SENSITIVE