Class PasswordResetConfirmDto
- Namespace
- KadicAuth.Application.Auth.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record PasswordResetConfirmDto
- Inheritance
-
object
PasswordResetConfirmDto
Constructors
PasswordResetConfirmDto(string, string, string)
public PasswordResetConfirmDto(string Token, string NewPassword, string ConfirmPassword)
Parameters
Token string
NewPassword string
ConfirmPassword string
Properties
ConfirmPassword
public string ConfirmPassword { get; init; }
Property Value
- string
NewPassword
public string NewPassword { get; init; }
Property Value
- string
Token
public string Token { get; init; }
Property Value
- string