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