UNPKG

expo-local-authentication

Version:

Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.

9 lines 400 B
import { AuthenticationType, SecurityLevel } from './LocalAuthentication.types'; declare const _default: { hasHardwareAsync(): Promise<boolean>; isEnrolledAsync(): Promise<boolean>; getEnrolledLevelAsync(): Promise<SecurityLevel>; supportedAuthenticationTypesAsync(): Promise<AuthenticationType[]>; }; export default _default; //# sourceMappingURL=ExpoLocalAuthentication.web.d.ts.map