new module:model/ForgottenPasswordInformation()
Constructs a new ForgottenPasswordInformation
.
A complex element that has up to four Question/Answer pairs for forgotten password information.
Members
(inner) forgottenPasswordAnswer1 :String
The answer to the first forgotten password challenge question.
Type:
- String
(inner) forgottenPasswordAnswer2 :String
The answer to the second forgotten password challenge question.
Type:
- String
(inner) forgottenPasswordAnswer3 :String
The answer to the third forgotten password challenge question.
Type:
- String
(inner) forgottenPasswordAnswer4 :String
The answer to the fourth forgotten password challenge question.
Type:
- String
(inner) forgottenPasswordQuestion1 :String
The first challenge question presented to a user who has forgotten their password.
Type:
- String
(inner) forgottenPasswordQuestion2 :String
The second challenge question presented to a user who has forgotten their password.
Type:
- String
(inner) forgottenPasswordQuestion3 :String
The third challenge question presented to a user who has forgotten their password.
Type:
- String
(inner) forgottenPasswordQuestion4 :String
The fourth challenge question presented to a user who has forgotten their password.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ForgottenPasswordInformation}
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.