Abstract
Abstract
executeExecutes the operation asynchronously.
Abstract
usernameThe username whose password must be changed.
IMPORTANT
Providing the username is required.
WARNING
The username is the technical user identifier stored in the Account.username property.
Do not provide the login identifier (for example the users e-mail address) here.
We recommend always using the username provided via LocalData.accounts.
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.
The object that can be used to change the password.
Usage example: