Table of Contents

Class UserDisableTwoFactorAuthRequestDto

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

Request body DTO for disabling user 2FA.

public sealed class UserDisableTwoFactorAuthRequestDto
Inheritance
UserDisableTwoFactorAuthRequestDto
Inherited Members

Properties

Totp

The confirmation TOTP. One last time.

[Required]
public string Totp { get; set; }

Property Value

string