You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::ConnectorOAuthRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ConnectorOAuthRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#auth_codeString

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

Returns:

  • (String)

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

#redirect_uriString

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

Returns:

  • (String)

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