AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The authentication result.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.AuthenticationResultType

Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z

Syntax

C#
public class AuthenticationResultType

The AuthenticationResultType type exposes the following members

Constructors

NameDescription
Public Method AuthenticationResultType()

Properties

NameTypeDescription
Public Property AccessToken System.String

Gets and sets the property AccessToken.

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

Public Property ExpiresIn System.Int32

Gets and sets the property ExpiresIn.

The expiration period of the authentication result in seconds.

Public Property IdToken System.String

Gets and sets the property IdToken.

The ID token.

Public Property NewDeviceMetadata Amazon.CognitoIdentityProvider.Model.NewDeviceMetadataType

Gets and sets the property NewDeviceMetadata.

The new device metadata from an authentication result.

Public Property RefreshToken System.String

Gets and sets the property RefreshToken.

The refresh token.

Public Property TokenType System.String

Gets and sets the property TokenType.

The token type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5