0.0.8 • Published 2 years ago
capacitor-native-caf v0.0.8
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; }>