Abstract
Abstract
executeAbstract
usernameAbstract
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
onSpecifies the object that will be invoked if the PIN was successfully modified.
IMPORTANT
Providing the onSuccess is required.
the callback which is invoked on successful PIN modification.
a PinChange object.
Abstract
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.
Params:
a PinChange object.
Generated using TypeDoc
The object that can be used to change the PIN.
Usage example: