Class ResetPasswordDto
Inheritance
System.Object
ResetPasswordDto
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Application.Contracts.dll
Syntax
public class ResetPasswordDto : object
Properties
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResetToken
Declaration
public string ResetToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Declaration
public Guid UserId { get; set; }
Property Value
Type | Description |
---|---|
Guid |