class Aws::Appflow::Types::HoneycodeConnectorProfileCredentials

The connector-specific credentials required when using Amazon Honeycode.

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

data as a hash:

    {
      access_token: "AccessToken",
      refresh_token: "RefreshToken",
      o_auth_request: {
        auth_code: "AuthCode",
        redirect_uri: "RedirectUri",
      },
    }

@!attribute [rw] access_token

The credentials used to access protected Amazon Honeycode resources.
@return [String]

@!attribute [rw] refresh_token

The credentials used to acquire new access tokens.
@return [String]

@!attribute [rw] o_auth_request

Used by select connectors for which the OAuth workflow is supported,
such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
@return [Types::ConnectorOAuthRequest]

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

Constants

SENSITIVE