Interface ISignUpRequest
Represents the interface for sign-up requests with user information and custom attributes.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public interface ISignUpRequest : IRequestBase, IValidatableObject
Properties
| Edit this page View SourceCustomAttributes
Gets or sets the custom attributes associated with the sign-up request.
Declaration
Dictionary<string, string> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
Password
Gets or sets the password associated with the sign-up request.
Declaration
string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
UserName
Gets or sets the username associated with the sign-up request.
Declaration
string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |