Class: Aws::QuickSight::Types::AuthorizationCodeGrantMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AuthorizationCodeGrantMetadata
- Defined in:
- gems/aws-sdk-quicksight/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.
2945 2946 2947 2948 2949 2950 2951 2952 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2945 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.
2945 2946 2947 2948 2949 2950 2951 2952 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2945 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.
2945 2946 2947 2948 2949 2950 2951 2952 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2945 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.
2945 2946 2947 2948 2949 2950 2951 2952 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2945 class AuthorizationCodeGrantMetadata < Struct.new( :base_endpoint, :redirect_url, :authorization_code_grant_credentials_source, :authorization_code_grant_credentials_details) SENSITIVE = [] include Aws::Structure end |