Class: module:models/ResetPasswordTokenResult

module:models/ResetPasswordTokenResult()

new module:models/ResetPasswordTokenResult()

Constructs a new ResetPasswordTokenResult.

Source:

Members

(inner) email :String

The email address of the customer.

Type:
  • String
Source:

(inner) expires_in_minutes :Number

The password reset token expire time in minutes.

Type:
  • Number
Source:

(inner) login :String

The login id of the customer.

Type:
  • String
Source:

(inner) reset_token :String

The password reset token for the customer.

Type:
  • String
Source:

Methods

(static) constructFromObject(data, obj) → {module:models/ResetPasswordTokenResult}

Constructs a ResetPasswordTokenResult from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:models/ResetPasswordTokenResult

Optional instance to populate.

Source:
Returns:

The populated ResetPasswordTokenResult instance.

Type
module:models/ResetPasswordTokenResult