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'); Copy
import { authenticate } from "@tauri-apps/plugin-biometric";await authenticate('Open your wallet');
Optional
Prompts the user for authentication using the system interface (touchID, faceID or Android Iris). Rejects if the authentication fails.