class Aws::Appflow::Types::OAuthProperties

The OAuth properties required for OAuth type authentication.

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

data as a hash:

    {
      token_url: "TokenUrl", # required
      auth_code_url: "AuthCodeUrl", # required
      o_auth_scopes: ["OAuthScope"], # required
    }

@!attribute [rw] token_url

The token url required to fetch access/refresh tokens using
authorization code and also to refresh expired access token using
refresh token.
@return [String]

@!attribute [rw] auth_code_url

The authorization code url required to redirect to SAP Login Page to
fetch authorization code for OAuth type authentication.
@return [String]

@!attribute [rw] o_auth_scopes

The OAuth scopes required for OAuth type authentication.
@return [Array<String>]

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

Constants

SENSITIVE