MultiFactorAuthResponse constructor

MultiFactorAuthResponse({
  1. required UriData imageUrl,
  2. required String totpSecret,
})

Implementation

MultiFactorAuthResponse({required this.imageUrl, required this.totpSecret});