MultiFactorAuthResponse constructor

MultiFactorAuthResponse({
  1. required UriData qrCode,
  2. required String otpSecret,
})

Implementation

MultiFactorAuthResponse({required this.qrCode, required this.otpSecret});