capacitor-native-caf
v0.0.8
Published
CAF SDKs with Capacitor
Downloads
15
Maintainers
Readme
capacitor-native-caf
CAF SDKs with Capacitor
Install
npm install capacitor-native-caf
npx cap syncAPI
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; }>
