{"version":3,"file":"ui/thirdparty/npm.capgo.d6a76b913c2e9ed06b69.js","mappings":"uHAAWA,E,YACX,SAAWA,GACPA,EAAaA,EAAmB,KAAI,GAAK,OACzCA,EAAaA,EAAuB,SAAI,GAAK,WAC7CA,EAAaA,EAAsB,QAAI,GAAK,UAC5CA,EAAaA,EAA0B,YAAI,GAAK,cAChDA,EAAaA,EAAkC,oBAAI,GAAK,sBACxDA,EAAaA,EAAkC,oBAAI,GAAK,sBACxDA,EAAaA,EAAuB,SAAI,GAAK,UAChD,CARD,CAQGA,IAAiBA,EAAe,CAAC,ICRpC,MAAMC,GAAkB,QAAe,kBAAmB,CACtDC,IAAK,IAAM,8BAAgBC,MAAMC,GAAM,IAAIA,EAAEC,sB,0ECD1C,MAAMA,UAA2B,KACpCC,cACIC,OACJ,CACAC,cACI,MAAM,IAAIC,MAAM,0BACpB,CACAC,eAAeC,GACX,MAAM,IAAIF,MAAM,0BACpB,CACAG,eAAeD,GACX,MAAM,IAAIF,MAAM,0BACpB,CACAI,eAAeF,GACX,MAAM,IAAIF,MAAM,0BACpB,CACAK,kBAAkBH,GACd,MAAM,IAAIF,MAAM,0BACpB,E","sources":["webpack://apps/./node_modules/@capgo/capacitor-native-biometric/dist/esm/definitions.js","webpack://apps/./node_modules/@capgo/capacitor-native-biometric/dist/esm/index.js","webpack://apps/./node_modules/@capgo/capacitor-native-biometric/dist/esm/web.js"],"sourcesContent":["export var BiometryType;\n(function (BiometryType) {\n BiometryType[BiometryType[\"NONE\"] = 0] = \"NONE\";\n BiometryType[BiometryType[\"TOUCH_ID\"] = 1] = \"TOUCH_ID\";\n BiometryType[BiometryType[\"FACE_ID\"] = 2] = \"FACE_ID\";\n BiometryType[BiometryType[\"FINGERPRINT\"] = 3] = \"FINGERPRINT\";\n BiometryType[BiometryType[\"FACE_AUTHENTICATION\"] = 4] = \"FACE_AUTHENTICATION\";\n BiometryType[BiometryType[\"IRIS_AUTHENTICATION\"] = 5] = \"IRIS_AUTHENTICATION\";\n BiometryType[BiometryType[\"MULTIPLE\"] = 6] = \"MULTIPLE\";\n})(BiometryType || (BiometryType = {}));\n//# sourceMappingURL=definitions.js.map","import { registerPlugin } from \"@capacitor/core\";\nconst NativeBiometric = registerPlugin(\"NativeBiometric\", {\n web: () => import(\"./web\").then((m) => new m.NativeBiometricWeb()),\n});\nexport * from \"./definitions\";\nexport { NativeBiometric };\n//# sourceMappingURL=index.js.map","import { WebPlugin } from \"@capacitor/core\";\nexport class NativeBiometricWeb extends WebPlugin {\n constructor() {\n super();\n }\n isAvailable() {\n throw new Error(\"Method not implemented.\");\n }\n verifyIdentity(_options) {\n throw new Error(\"Method not implemented.\");\n }\n getCredentials(_options) {\n throw new Error(\"Method not implemented.\");\n }\n setCredentials(_options) {\n throw new Error(\"Method not implemented.\");\n }\n deleteCredentials(_options) {\n throw new Error(\"Method not implemented.\");\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["BiometryType","NativeBiometric","web","then","m","NativeBiometricWeb","constructor","super","isAvailable","Error","verifyIdentity","_options","getCredentials","setCredentials","deleteCredentials"],"sourceRoot":""}