0.0.1 • Published 4 years ago
capacitor-bio-auth v0.0.1
capacitor-bio-auth
Bioauth plugin supports capacitor 3
Install
npm install capacitor-bio-auth
npx cap sync
API
isAvailable()
isAvailable() => any
Returns: any
verify(...)
verify(options: { reason: string; }) => any
Param | Type |
---|---|
options | { reason: string; } |
Returns: any
Interfaces
AvailableOptions
Prop | Type |
---|---|
has | boolean |
status | ErrorCode |
ErrorCode
Prop | Type |
---|---|
error | number |
description | string |
VerifyOptions
Prop | Type |
---|---|
verified | boolean |
status | ErrorCode |
0.0.1
4 years ago