Class ResetPasswordDto
Inherited Members
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Application.Contracts.dll
Syntax
public class ResetPasswordDto
Constructors
ResetPasswordDto()
Declaration
public ResetPasswordDto()
Properties
Password
Declaration
[Required]
[DisableAuditing]
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
ResetToken
Declaration
[Required]
public string ResetToken { get; set; }
Property Value
Type | Description |
---|---|
string |
UserId
Declaration
public Guid UserId { get; set; }
Property Value
Type | Description |
---|---|
Guid |