SetupTwoFactorTotpResponse constructor

SetupTwoFactorTotpResponse({
  1. required String ok,
  2. required String totpSecret,
  3. required String totpauthUri,
  4. required String qrBase64,
})

Implementation

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