Table of Contents

Class UserEnableTwoFactorAuthResponseDto

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

Response body DTO for enabling user 2FA.

public sealed class UserEnableTwoFactorAuthResponseDto
Inheritance
UserEnableTwoFactorAuthResponseDto
Inherited Members

Fields

Empty

public static readonly UserEnableTwoFactorAuthResponseDto Empty

Field Value

UserEnableTwoFactorAuthResponseDto

Properties

TotpSecret

The user's 2FA secret for generating TOTPs. Build an awesome QR-code with this :>

public string? TotpSecret { get; set; }

Property Value

string