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.

Contains information about a client secret, including its unique identifier, value, and creation timestamp.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.ClientSecretDescriptorType

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

Syntax

C#
public class ClientSecretDescriptorType

The ClientSecretDescriptorType type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientSecretCreateDate System.DateTime

Gets and sets the property ClientSecretCreateDate.

The date and time when the client secret was created.

Public Property ClientSecretId System.String

Gets and sets the property ClientSecretId.

The unique identifier for the client secret. This identifier follows the format --.

Public Property 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.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5