Class UserEnableTwoFactorAuthResponseDto
Response body DTO for enabling user 2FA.
public sealed class UserEnableTwoFactorAuthResponseDto
- Inheritance
-
UserEnableTwoFactorAuthResponseDto
- Inherited Members
Fields
Empty
public static readonly UserEnableTwoFactorAuthResponseDto Empty
Field Value
Properties
TotpSecret
The user's 2FA secret for generating TOTPs. Build an awesome QR-code with this :>
public string? TotpSecret { get; set; }