AuthMultifactorChallengeOptions constructor

AuthMultifactorChallengeOptions({
  1. required String mfaToken,
  2. List<ChallengeType>? types,
  3. String? authenticatorId,
})

Implementation

AuthMultifactorChallengeOptions(
    {required this.mfaToken,
    this.types,
    this.authenticatorId});