TCognitoIdentityProviderSignUpRequest
Class in AWS.CognitoIdentityProvider
SignUp request class.
Ancestors
Properties
AnalyticsMetadata
property AnalyticsMetadata: ICognitoIdentityProviderAnalyticsMetadataType
Type: ICognitoIdentityProviderAnalyticsMetadataType
ClientId
property ClientId: string
ClientMetadata
property ClientMetadata: TDictionary<string, string>
Password
property Password: string
SecretHash
property SecretHash: string
UserAttributes
property UserAttributes: TList<ICognitoIdentityProviderAttributeType>
Type: ICognitoIdentityProviderAttributeType
UserContextData
property UserContextData: ICognitoIdentityProviderUserContextDataType
Type: ICognitoIdentityProviderUserContextDataType
Username
property Username: string
ValidationData
property ValidationData: TList<ICognitoIdentityProviderAttributeType>
Type: ICognitoIdentityProviderAttributeType
Constructors
Create
constructor Create(const AClientId, AUsername, APassword: string);
Constructor for TCognitoIdentityProviderSignUpRequest.
Parameters
| Name | Description |
|---|---|
AClientId | Specify the ID of the client. |
APassword | Specify a password for the user you want to register. |
AUsername | Specify a username for the user you want to register. |