Abstract
Abstract
executeAbstract
usernameThe username whose password must be changed.
IMPORTANT
Providing the username is required.
the username.
a PasswordChange object.
Abstract
passwordSpecifies the object that will be informed of the potential recoverable errors and is responsible for obtaining the password from the end-user.
IMPORTANT
Providing the passwordChanger is required.
the passwordChanger
a PasswordChange object.
Abstract
onSpecifies the object that will be invoked if the password was successfully modified.
IMPORTANT
Providing the onSuccess is required.
the callback which is invoked on successful password modification.
a PasswordChange object.
Abstract
onSpecifies the object that will be invoked when the password could not be changed: the password was not enrolled, the password is locked or the operation was canceled.
IMPORTANT
Providing the onError is required.
the callback which receives a PasswordChangeError.
a PasswordChange object.
Generated using TypeDoc
The object that can be used to change the password.
Usage example: