SetupTwoFactorTotpResponse constructor
SetupTwoFactorTotpResponse({})
Implementation
SetupTwoFactorTotpResponse({
required this.ok,
required this.totpSecret,
required this.totpauthUri,
required this.qrBase64,
});