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

    Class PasswordUserVerificationHandlerAbstract

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

    This is used with the Aaid.PASSWORD 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 password authenticator must be used.

      The SDK will verify that the provided password is valid.

      Parameters

      • password: string

        the password.

      Returns Promise<void>