0.0.1 • Published 4 years ago

capacitor-bio-auth v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

Returns: any


Interfaces

AvailableOptions

PropType
hasboolean
statusErrorCode

ErrorCode

PropType
errornumber
descriptionstring

VerifyOptions

PropType
verifiedboolean
statusErrorCode