Class ResendConfirmationCodeRequest
Represents a request for resending a confirmation code to a user.
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Model
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class ResendConfirmationCodeRequest : RequestBase, IRequestBase, IValidatableObject
Properties
| Edit this page View SourceUserName
Gets or sets the user's username for whom the confirmation code will be resent.
Declaration
[Required]
public virtual string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceValidate(ValidationContext)
Validates the request object.
Declaration
public override IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Type | Name | Description |
---|---|---|
ValidationContext | validationContext | The validation context. |
Returns
Type | Description |
---|---|
IEnumerable<ValidationResult> | A collection of validation results. |