RemoteAbortRequest constructor

RemoteAbortRequest({
  1. required RealmSettings realmSettings,
  2. required AuthenticatorContext context,
  3. required String authId,
  4. required Map<String, Object?> options,
  5. required String transactionId,
  6. String? reason,
})

Implementation

RemoteAbortRequest({
  required this.realmSettings,
  required this.context,
  required this.authId,
  required this.options,
  required this.transactionId,
  this.reason,
});