Class: Aws::QuickSight::Types::AuthorizationCodeGrantMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AuthorizationCodeGrantMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Metadata for OAuth 2.0 authorization code grant authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_code_grant_credentials_details ⇒ Types::AuthorizationCodeGrantCredentialsDetails
The detailed credentials configuration for authorization code grant.
-
#authorization_code_grant_credentials_source ⇒ String
The source of the authorization code grant credentials.
-
#base_endpoint ⇒ String
The base URL endpoint for the external service.
-
#redirect_url ⇒ String
The redirect URL for the OAuth authorization flow.
Instance Attribute Details
#authorization_code_grant_credentials_details ⇒ Types::AuthorizationCodeGrantCredentialsDetails
The detailed credentials configuration for authorization code grant.
2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2976 class AuthorizationCodeGrantMetadata < Struct.new( :base_endpoint, :redirect_url, :authorization_code_grant_credentials_source, :authorization_code_grant_credentials_details) SENSITIVE = [] include Aws::Structure end |
#authorization_code_grant_credentials_source ⇒ String
The source of the authorization code grant credentials.
2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2976 class AuthorizationCodeGrantMetadata < Struct.new( :base_endpoint, :redirect_url, :authorization_code_grant_credentials_source, :authorization_code_grant_credentials_details) SENSITIVE = [] include Aws::Structure end |
#base_endpoint ⇒ String
The base URL endpoint for the external service.
2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2976 class AuthorizationCodeGrantMetadata < Struct.new( :base_endpoint, :redirect_url, :authorization_code_grant_credentials_source, :authorization_code_grant_credentials_details) SENSITIVE = [] include Aws::Structure end |
#redirect_url ⇒ String
The redirect URL for the OAuth authorization flow.
2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2976 class AuthorizationCodeGrantMetadata < Struct.new( :base_endpoint, :redirect_url, :authorization_code_grant_credentials_source, :authorization_code_grant_credentials_details) SENSITIVE = [] include Aws::Structure end |