GitHub

DaffAuthResetPasswordInfo

API

interface DaffAuthResetPasswordInfo {
  email: string
  token: string
  password: string
}

Properties

Name Type Description
email string The customer's email.
token string The reset password token.
password string The customer's new password.