Skip to main content

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

NameDescription
AClientIdSpecify the ID of the client.
APasswordSpecify a password for the user you want to register.
AUsernameSpecify a username for the user you want to register.