capacitor-bioface-auth
v0.0.6
Published
Plugin for capacitor with faceId and Fingerprint auth services.
Downloads
4
Readme
capacitor-bioface-auth
Plugin for capacitor with faceId and Fingerprint auth services.
Install
npm install capacitor-bioface-auth
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
authenticate()
authenticate() => Promise<{ authenticated: boolean; }>Returns: Promise<{ authenticated: boolean; }>
