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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The access token.

Returns:

  • (String)

    The access token.

#expires_inInteger

The expiration period of the authentication result in seconds.

Returns:

  • (Integer)

    The expiration period of the authentication result in seconds.

#id_tokenString

The ID token.

Returns:

  • (String)

    The ID token.

#new_device_metadataTypes::NewDeviceMetadataType

The new device metadata from an authentication result.

Returns:

#refresh_tokenString

The refresh token.

Returns:

  • (String)

    The refresh token.

#token_typeString

The token type.

Returns:

  • (String)

    The token type.