Emergency Password Object Description
The emergency password The emergency password temporarily replaces an OTP (one-time password) where a user has either forgotten or lost his or her device. object is an instance of the Java Hashtable class. The keys for accessing the Hashtable object are listed in the following table.
Key |
Type |
Description |
---|---|---|
passwordType |
Integer |
Emergency password types with the following possible values:
|
ValidityDate |
Long |
Represents the specified number of milliseconds (ms) since the standard base time known as the epoch; January 1, 1970, 00:00:00 Greenwich Mean Time (GMT). |
EmergencyPasswordValue |
String |
Value for the emergency password. Note that the EmergencyPasswordValue key is not present in the Hashtable object if the emergency password is the same as the LDAP password. |