AuthResetPasswordOptions constructor

AuthResetPasswordOptions({
  1. required String email,
  2. required String connection,
  3. Map<String, String> parameters = const {},
})

Implementation

AuthResetPasswordOptions({
  required this.email,
  required this.connection,
  this.parameters = const {},
});