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

    Class PinUserVerificationHandlerAbstract

    The objects consuming the outcome of an interaction where the user provides PIN credentials.

    This is used with the Aaid.PIN authenticator attestation identifier.

    Hierarchy (View Summary)

    Index

    Methods

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

      Returns Promise<void>

    • The method to be invoked when the PIN authenticator must be used.

      The SDK will verify that the provided PIN is valid.

      Parameters

      • pin: string

        the PIN.

      Returns Promise<void>