Class: Aws::Signin::Types::CreateOAuth2TokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signin::Types::CreateOAuth2TokenRequest
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-signin/types.rb
Overview
Input structure for CreateOAuth2Token operation
Contains flattened token operation inputs for both authorization code and refresh token flows. The operation type is determined by the grant_type parameter in the request body.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#token_input ⇒ Types::CreateOAuth2TokenRequestBody
Flattened token operation inputs The specific operation is determined by grant_type in the request body.
Instance Attribute Details
#token_input ⇒ Types::CreateOAuth2TokenRequestBody
Flattened token operation inputs The specific operation is determined by grant_type in the request body
87 88 89 90 91 |
# File 'gems/aws-sdk-core/lib/aws-sdk-signin/types.rb', line 87 class CreateOAuth2TokenRequest < Struct.new( :token_input) SENSITIVE = [] include Aws::Structure end |