Skip to main content

ICognitoIdentityProviderAuthenticationResultType

Interface in AWS.CognitoIdentityProvider

Interface for AuthenticationResultType.

Properties

AccessToken

property AccessToken: string

A valid access token that Amazon Cognito issued to the user who you want to authenticate.

ExpiresIn

property ExpiresIn: TOptional<Integer>

The expiration period of the authentication result in seconds.

IdToken

property IdToken: string

The ID token.

NewDeviceMetadata

property NewDeviceMetadata: ICognitoIdentityProviderNewDeviceMetadataType

Type: ICognitoIdentityProviderNewDeviceMetadataType

The new device metadata from an authentication result.

RefreshToken

property RefreshToken: string

The refresh token.

TokenType

property TokenType: string

The token type.