GoogleCloudIdentitytoolkitV1ResetPasswordRequest constructor

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

Implementation

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