Plugin for capacitor with faceId and Fingerprint auth services.
npm install capacitor-bioface-authPlugin for capacitor with faceId and Fingerprint auth services.
``bash`
npm install capacitor-bioface-auth
npx cap sync
`typescript`
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
--------------------
`typescript``
authenticate() => Promise<{ authenticated: boolean; }>
Returns: Promise<{ authenticated: boolean; }>
--------------------