IdentitytoolkitRelyingpartyResetPasswordRequest constructor

IdentitytoolkitRelyingpartyResetPasswordRequest({
  1. String? email,
  2. String? newPassword,
  3. String? oldPassword,
  4. String? oobCode,
})

Implementation

IdentitytoolkitRelyingpartyResetPasswordRequest({
  this.email,
  this.newPassword,
  this.oldPassword,
  this.oobCode,
});