Table of Contents

Class UserEnableTwoFactorAuthRequestDto

Namespace
GastroSky.Models.DTO.User
Assembly
GastroSky.Models.dll

Request body DTO for enabling user 2FA.

public sealed class UserEnableTwoFactorAuthRequestDto
Inheritance
UserEnableTwoFactorAuthRequestDto
Inherited Members

Properties

Totp

The confirmation TOTP.

public string? Totp { get; set; }

Property Value

string