0.0.8 • Published 2 years ago

capacitor-native-caf v0.0.8

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

capacitor-native-caf

CAF SDKs with Capacitor

Install

npm install capacitor-native-caf
npx cap sync

API

verifyPolicy(...)

verifyPolicy(options: { personId: string; jwt: string; policyId: string; }) => Promise<{ isAuthorized: boolean; attestation?: string; registered: boolean; }>
ParamType
options{ personId: string; jwt: string; policyId: string; }

Returns: Promise<{ isAuthorized: boolean; attestation?: string; registered: boolean; }>


0.0.3

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago