Table of Contents

Class ConfirmVerifyEmailRequestDto

Namespace
GastroSky.Models.DTO.Auth
Assembly
GastroSky.Models.dll
public sealed class ConfirmVerifyEmailRequestDto
Inheritance
ConfirmVerifyEmailRequestDto
Inherited Members

Properties

Email

User.Email

[Required]
[EmailAddress]
public string Email { get; set; }

Property Value

string

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; }

Property Value

string