AWS SDK Version 4 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 access token and its metadata from a machine-to-machine (M2M) client credentials grant.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.ClientAuthenticationResultType

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

Syntax

C#
public class ClientAuthenticationResultType

The ClientAuthenticationResultType type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccessToken System.String

Gets and sets the property AccessToken.

The access token for the requested app client. Present this token to a resource server to authorize a request, using the scopes granted in the token.

Public Property ExpiresIn System.Nullable<System.Int32>

Gets and sets the property ExpiresIn.

The number of seconds until the access token expires.

Public Property TokenType System.String

Gets and sets the property TokenType.

The type of the token. For example, Bearer.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer