Class: Aws::CognitoIdentityProvider::Types::GetTokensFromRefreshTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetTokensFromRefreshTokenResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_result ⇒ Types::AuthenticationResultType
The object that your application receives after authentication.
Instance Attribute Details
#authentication_result ⇒ Types::AuthenticationResultType
The object that your application receives after authentication. Contains tokens and information for device authentication.
6432 6433 6434 6435 6436 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6432 class GetTokensFromRefreshTokenResponse < Struct.new( :authentication_result) SENSITIVE = [] include Aws::Structure end |