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

    Class PinEnrollmentHandlerAbstract

    The object handling the PIN to be enrolled.

    Hierarchy (View Summary)

    Index

    Methods

    Methods

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

      Returns Promise<void>

    • Specify the PIN to be enrolled.

      When this method is invoked, the SDK will validate the PIN and, if valid, will enroll it.

      Parameters

      • pin: string

        the PIN.

      Returns Promise<void>