You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::AuthenticationResultType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AuthenticationResultType
- Defined in:
- (unknown)
Overview
The authentication result.
Returned by:
Instance Attribute Summary collapse
-
#access_token ⇒ String
The access token.
-
#expires_in ⇒ Integer
The expiration period of the authentication result in seconds.
-
#id_token ⇒ String
The ID token.
-
#new_device_metadata ⇒ Types::NewDeviceMetadataType
The new device metadata from an authentication result.
-
#refresh_token ⇒ String
The refresh token.
-
#token_type ⇒ String
The token type.
Instance Attribute Details
#access_token ⇒ String
The access token.
#expires_in ⇒ Integer
The expiration period of the authentication result in seconds.
#id_token ⇒ String
The ID token.
#new_device_metadata ⇒ Types::NewDeviceMetadataType
The new device metadata from an authentication result.
#refresh_token ⇒ String
The refresh token.
#token_type ⇒ String
The token type.