module:model/ForgottenPasswordInformation

module:model/ForgottenPasswordInformation

new module:model/ForgottenPasswordInformation()

Source:

Constructs a new ForgottenPasswordInformation.
A complex element that has up to four Question/Answer pairs for forgotten password information.

Members

(inner) forgottenPasswordAnswer1 :String

Source:

The answer to the first forgotten password challenge question.

Type:
  • String

(inner) forgottenPasswordAnswer2 :String

Source:

The answer to the second forgotten password challenge question.

Type:
  • String

(inner) forgottenPasswordAnswer3 :String

Source:

The answer to the third forgotten password challenge question.

Type:
  • String

(inner) forgottenPasswordAnswer4 :String

Source:

The answer to the fourth forgotten password challenge question.

Type:
  • String

(inner) forgottenPasswordQuestion1 :String

Source:

The first challenge question presented to a user who has forgotten their password.

Type:
  • String

(inner) forgottenPasswordQuestion2 :String

Source:

The second challenge question presented to a user who has forgotten their password.

Type:
  • String

(inner) forgottenPasswordQuestion3 :String

Source:

The third challenge question presented to a user who has forgotten their password.

Type:
  • String

(inner) forgottenPasswordQuestion4 :String

Source:

The fourth challenge question presented to a user who has forgotten their password.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/ForgottenPasswordInformation}

Source:

Constructs a ForgottenPasswordInformation 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:model/ForgottenPasswordInformation

Optional instance to populate.

Returns:

The populated ForgottenPasswordInformation instance.

Type
module:model/ForgottenPasswordInformation