Class: Aws::Appflow::Types::OAuth2Defaults
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::OAuth2Defaults
- Includes:
- Structure
- Defined in:
- 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
-
#auth_code_urls ⇒ Array<String>
Auth code URLs that can be used for OAuth 2.0 authentication.
-
#oauth2_custom_properties ⇒ Array<Types::OAuth2CustomParameter>
List of custom parameters required for OAuth 2.0 authentication.
-
#oauth2_grant_types_supported ⇒ Array<String>
OAuth 2.0 grant types supported by the connector.
-
#oauth_scopes ⇒ Array<String>
OAuth 2.0 scopes that the connector supports.
-
#token_urls ⇒ Array<String>
Token URLs that can be used for OAuth 2.0 authentication.
Instance Attribute Details
#auth_code_urls ⇒ Array<String>
Auth code URLs that can be used for OAuth 2.0 authentication.
3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File '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_properties ⇒ Array<Types::OAuth2CustomParameter>
List of custom parameters required for OAuth 2.0 authentication.
3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File '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_supported ⇒ Array<String>
OAuth 2.0 grant types supported by the connector.
3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File '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_scopes ⇒ Array<String>
OAuth 2.0 scopes that the connector supports.
3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File '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_urls ⇒ Array<String>
Token URLs that can be used for OAuth 2.0 authentication.
3412 3413 3414 3415 3416 3417 3418 3419 3420 |
# File '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 |