Abstract
The object defining the minimum and maximum length of the PIN.
If not implemented, it will return a PIN policy with a minimum and maximum length of 6 digits.
Abstract
changeThe method that will be invoked till either the user provides the old PIN and a new PIN that conforms to the format expected by the SDK (i.e. a 6 digit PIN), or till the operation is cancelled (through the PinChangeHandler.cancel), or till the PIN authenticator is permanently locked because the user provided too many times an invalid PIN.
the context.
the object that must be invoked with the new and old PINs.
Generated using TypeDoc
The object in charge of PIN change.
The SDK does not provide implementations of this interface. The implementation must be done by the user of the SDK.
See
PinChange.pinChanger