Class: Aws::Signin::Types::CreateOAuth2TokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signin::Types::CreateOAuth2TokenResponse
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-signin/types.rb
Overview
Output structure for CreateOAuth2Token operation
Contains flattened token operation outputs for both authorization code and refresh token flows. The response content depends on the grant_type from the original request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#token_output ⇒ Types::CreateOAuth2TokenResponseBody
Flattened token operation outputs The specific response fields depend on the grant_type used in the request.
Instance Attribute Details
#token_output ⇒ Types::CreateOAuth2TokenResponseBody
Flattened token operation outputs The specific response fields depend on the grant_type used in the request
157 158 159 160 161 |
# File 'gems/aws-sdk-core/lib/aws-sdk-signin/types.rb', line 157 class CreateOAuth2TokenResponse < Struct.new( :token_output) SENSITIVE = [] include Aws::Structure end |