Show / Hide Table of Contents

Class VerifyPasswordResetTokenInput

Inheritance
object
VerifyPasswordResetTokenInput
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class VerifyPasswordResetTokenInput

Constructors

VerifyPasswordResetTokenInput()

Declaration
public VerifyPasswordResetTokenInput()

Properties

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
In this article
Back to top Powered by Volosoft