0.0.6 • Published 10 months ago

capacitor-bioface-auth v0.0.6

Weekly downloads
-
License
Proprietary
Repository
github
Last release
10 months ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


authenticate()

authenticate() => Promise<{ authenticated: boolean; }>

Returns: Promise<{ authenticated: boolean; }>


0.0.6

10 months ago

0.0.4

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago