Class SignUpResponse
Represents the response from a user sign-up operation.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class SignUpResponse
Properties
| Edit this page View SourceConfirmed
Gets or sets a value indicating whether the user's sign-up has been confirmed.
Declaration
public bool Confirmed { get; set; }
Property Value
Type | Description |
---|---|
bool |
UUID
Gets or sets the unique identifier (UUID) associated with the user.
Declaration
public string UUID { get; set; }
Property Value
Type | Description |
---|---|
string |