capacitor-bioface-auth
v0.0.6
Published
Plugin for capacitor with faceId and Fingerprint auth services.
Downloads
252
Readme
capacitor-bioface-auth
Plugin for capacitor with faceId and Fingerprint auth services.
Install
npm install capacitor-bioface-auth
npx cap sync
API
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; }>