AbstractAbstractexecuteExecutes the operation asynchronously.
AbstractusernameThe username whose PIN must be changed.
Providing the username is required.
The username is the technical user identifier stored in the Account.username property. Do not provide the login identifier (for example the user's email address) here. We recommend always using the username provided via LocalData.accounts.
the username.
a PinChange object.
AbstractpinSpecifies the object that will be informed of the potential recoverable errors and is responsible for obtaining the PIN from the end-user.
Providing the pinChanger is required.
the PinChanger
a PinChange object.
AbstractonAbstractonSpecifies 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.
Providing the onError callback is required.
the callback which receives a PinChangeError.
a PinChange object.
The object that can be used to change the PIN.
Usage example: