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.
Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z
public class ClientAuthenticationResultType
The ClientAuthenticationResultType type exposes the following members
| Name | Description | |
|---|---|---|
|
ClientAuthenticationResultType() |
| Name | Type | Description | |
|---|---|---|---|
|
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. |
|
ExpiresIn | System.Nullable<System.Int32> |
Gets and sets the property ExpiresIn. The number of seconds until the access token expires. |
|
TokenType | System.String |
Gets and sets the property TokenType.
The type of the token. For example, |
.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