ClientSecretDescriptorType - Amazon Cognito User Pools

ClientSecretDescriptorType

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

Contents

ClientSecretCreateDate

The date and time when the client secret was created.

Type: Timestamp

Required: No

ClientSecretId

The unique identifier for the client secret. This identifier follows the format <client-id>--<epoch-create-time>.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Required: No

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.

Type: String

Length Constraints: Minimum length of 24. Maximum length of 64.

Pattern: [\w+]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: