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.
Contains information about a client secret, including its unique identifier, value, and creation timestamp.
Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z
public class ClientSecretDescriptorType
The ClientSecretDescriptorType type exposes the following members
| Name | Description | |
|---|---|---|
|
ClientSecretDescriptorType() |
| Name | Type | Description | |
|---|---|---|---|
|
ClientSecretCreateDate | System.Nullable<System.DateTime> |
Gets and sets the property ClientSecretCreateDate. The date and time when the client secret was created. |
|
ClientSecretId | System.String |
Gets and sets the property ClientSecretId.
The unique identifier for the client secret. This identifier follows the format |
|
ClientSecretValue | System.String |
Gets and sets the property ClientSecretValue. The actual secret value. This is only returned when creating a new secret and only if Amazon Cognito generated the secret. For custom secrets that you provide, this field is not included in the response. |
.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