Class: Aws::Appflow::Types::OAuth2Defaults

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Contains the default values required for OAuth 2.0 authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_code_urlsArray<String>

Auth code URLs that can be used for OAuth 2.0 authentication.

Returns:

  • (Array<String>)


3412
3413
3414
3415
3416
3417
3418
3419
3420
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3412

class OAuth2Defaults < Struct.new(
  :oauth_scopes,
  :token_urls,
  :auth_code_urls,
  :oauth2_grant_types_supported,
  :oauth2_custom_properties)
  SENSITIVE = []
  include Aws::Structure
end

#oauth2_custom_propertiesArray<Types::OAuth2CustomParameter>

List of custom parameters required for OAuth 2.0 authentication.

Returns:



3412
3413
3414
3415
3416
3417
3418
3419
3420
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3412

class OAuth2Defaults < Struct.new(
  :oauth_scopes,
  :token_urls,
  :auth_code_urls,
  :oauth2_grant_types_supported,
  :oauth2_custom_properties)
  SENSITIVE = []
  include Aws::Structure
end

#oauth2_grant_types_supportedArray<String>

OAuth 2.0 grant types supported by the connector.

Returns:

  • (Array<String>)


3412
3413
3414
3415
3416
3417
3418
3419
3420
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3412

class OAuth2Defaults < Struct.new(
  :oauth_scopes,
  :token_urls,
  :auth_code_urls,
  :oauth2_grant_types_supported,
  :oauth2_custom_properties)
  SENSITIVE = []
  include Aws::Structure
end

#oauth_scopesArray<String>

OAuth 2.0 scopes that the connector supports.

Returns:

  • (Array<String>)


3412
3413
3414
3415
3416
3417
3418
3419
3420
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3412

class OAuth2Defaults < Struct.new(
  :oauth_scopes,
  :token_urls,
  :auth_code_urls,
  :oauth2_grant_types_supported,
  :oauth2_custom_properties)
  SENSITIVE = []
  include Aws::Structure
end

#token_urlsArray<String>

Token URLs that can be used for OAuth 2.0 authentication.

Returns:

  • (Array<String>)


3412
3413
3414
3415
3416
3417
3418
3419
3420
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3412

class OAuth2Defaults < Struct.new(
  :oauth_scopes,
  :token_urls,
  :auth_code_urls,
  :oauth2_grant_types_supported,
  :oauth2_custom_properties)
  SENSITIVE = []
  include Aws::Structure
end