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