@tarojs/taro-h5
Version:
Taro h5 framework
10 lines (7 loc) • 494 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 生物认证
const startSoterAuthentication = temporarilyNotSupport('startSoterAuthentication');
const checkIsSupportSoterAuthentication = temporarilyNotSupport('checkIsSupportSoterAuthentication');
const checkIsSoterEnrolledInDevice = temporarilyNotSupport('checkIsSoterEnrolledInDevice');
export { checkIsSoterEnrolledInDevice, checkIsSupportSoterAuthentication, startSoterAuthentication };
//# sourceMappingURL=soter.js.map