Class: Aws::Appflow::Types::OAuth2Defaults
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::OAuth2Defaults
- 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
-
#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.
4722 4723 4724 4725 4726 4727 4728 4729 4730 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4722 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.
4722 4723 4724 4725 4726 4727 4728 4729 4730 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4722 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.
4722 4723 4724 4725 4726 4727 4728 4729 4730 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4722 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.
4722 4723 4724 4725 4726 4727 4728 4729 4730 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4722 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.
4722 4723 4724 4725 4726 4727 4728 4729 4730 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4722 class OAuth2Defaults < Struct.new( :oauth_scopes, :token_urls, :auth_code_urls, :oauth2_grant_types_supported, :oauth2_custom_properties) SENSITIVE = [] include Aws::Structure end |