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

    Class PinChangeHandlerAbstract

    The object handling the old and new PIN provided by the end-user.

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • This method should be invoked if the operation must be canceled.

      Returns Promise<void>

    • Specify the old PIN and the new PIN.

      To change a PIN, the SDK requires to provide the old PIN. When this method is invoked, the SDK will validate the provided PINs.

      Parameters

      • oldPin: string

        the old PIN.

      • newPin: string

        the new PIN.

      Returns Promise<void>