rn-local-authentication
Version:
The library helps you to authenticate users biometrically
8 lines • 442 B
JavaScript
export var BiometryTypeIOSEnum;
(function (BiometryTypeIOSEnum) {
BiometryTypeIOSEnum[BiometryTypeIOSEnum["None"] = 0] = "None";
BiometryTypeIOSEnum[BiometryTypeIOSEnum["TouchID"] = 1] = "TouchID";
BiometryTypeIOSEnum[BiometryTypeIOSEnum["FaceID"] = 2] = "FaceID";
BiometryTypeIOSEnum[BiometryTypeIOSEnum["Unknown"] = -1] = "Unknown";
})(BiometryTypeIOSEnum || (BiometryTypeIOSEnum = {}));
//# sourceMappingURL=biometry.js.map