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.
10 lines • 451 B
TypeScript
import type { AuthenticationType } from './LocalAuthentication.types';
import { 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