Abstract
Abstract
executeAbstract
usernameThe username whose PIN 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 PinChange object.
Abstract
pinSpecifies the object that will be informed of the potential recoverable errors and is responsible for obtaining the PIN from the end-user.
IMPORTANT
Providing the pinChanger is required.
the PinChanger
a PinChange object.
Abstract
onAbstract
onSpecifies the object that will be invoked when the PIN could not be changed: the PIN was not enrolled, the PIN is locked or the operation was canceled.
IMPORTANT
Providing the onError is required.
the callback which receives a PinChangeError.
a PinChange object.
The object that can be used to change the PIN.
Usage example: