AuthMFAListFactorsResponse constructor

AuthMFAListFactorsResponse({
  1. required List<Factor> all,
  2. required List<Factor> totp,
})

Implementation

AuthMFAListFactorsResponse({required this.all, required this.totp});