RemoteChallenge constructor

RemoteChallenge({
  1. required Map<String, Object?> challenge,
  2. required Map<String, Object?> extra,
  3. required String authId,
})

Implementation

RemoteChallenge({
  required this.challenge,
  required this.extra,
  required this.authId,
});