Class ConfirmVerifyEmailRequestDto
public sealed class ConfirmVerifyEmailRequestDto
- Inheritance
-
ConfirmVerifyEmailRequestDto
- Inherited Members
Properties
User.Email
[Required]
[EmailAddress]
public string Email { get; set; }
Property Value
Totp
Valid TOTP for authorizing the request. The requesting GastroSky.Models.DTO.User should have received this via email.
[Required]
public string Totp { get; set; }