capacitor-native-caf
v0.0.8
Published
CAF SDKs with Capacitor
Downloads
10
Maintainers
Readme
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; }>
| Param | Type |
| ------------- | ----------------------------------------------------------------- |
| options
| { personId: string; jwt: string; policyId: string; } |
Returns: Promise<{ isAuthorized: boolean; attestation?: string; registered: boolean; }>