Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class PinChangerAbstract

    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.

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    pinPolicy: PinPolicy = ...

    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.

    Methods

    • The 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.

      Parameters

      Returns void