Class: Aws::QuickSight::Types::ReadClientCredentialsGrantDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReadClientCredentialsGrantDetails
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Read-only configuration details for OAuth2 client credentials grant flow, including client ID and token endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The client identifier for the OAuth2 client credentials grant flow.
-
#token_endpoint ⇒ String
The authorization server endpoint used to obtain access tokens via the client credentials grant flow.
Instance Attribute Details
#client_id ⇒ String
The client identifier for the OAuth2 client credentials grant flow.
28893 28894 28895 28896 28897 28898 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28893 class ReadClientCredentialsGrantDetails < Struct.new( :client_id, :token_endpoint) SENSITIVE = [] include Aws::Structure end |
#token_endpoint ⇒ String
The authorization server endpoint used to obtain access tokens via the client credentials grant flow.
28893 28894 28895 28896 28897 28898 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28893 class ReadClientCredentialsGrantDetails < Struct.new( :client_id, :token_endpoint) SENSITIVE = [] include Aws::Structure end |