react-native-fingerprint-auth-lib
Version:
A React Native library designed specifically for Android devices to enable fingerprint authentication. It provides a straightforward API for integrating native Android fingerprint functionality into your app, allowing you to securely authenticate users wi
7 lines • 458 B
TypeScript
import { NativeEventEmitter } from 'react-native';
export declare function isFingerprintAvailable(): Promise<boolean>;
export declare function authenticateFingerprint(reason: string): Promise<string>;
export declare function authenticateDeviceCredentials(promptMessage: string): Promise<string>;
export declare function openSecuritySettings(): Promise<boolean>;
export declare const fingerprintEmitter: NativeEventEmitter;
//# sourceMappingURL=index.d.ts.map