0.0.6 • Published 10 months ago
capacitor-bioface-auth v0.0.6
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; }>