@tauri-apps/plugin-biometric - v2.3.0
    Preparing search index...

    Function authenticate

    • Prompts the user for authentication using the system interface (touchID, faceID or Android Iris). Rejects if the authentication fails.

      import { authenticate } from "@tauri-apps/plugin-biometric";
      await authenticate('Open your wallet');

      Parameters

      Returns Promise<void>