UNPKG

494 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 生物认证
4const startSoterAuthentication = temporarilyNotSupport('startSoterAuthentication');
5const checkIsSupportSoterAuthentication = temporarilyNotSupport('checkIsSupportSoterAuthentication');
6const checkIsSoterEnrolledInDevice = temporarilyNotSupport('checkIsSoterEnrolledInDevice');
7
8export { checkIsSoterEnrolledInDevice, checkIsSupportSoterAuthentication, startSoterAuthentication };
9//# sourceMappingURL=soter.js.map