0.9.5 • Published 4 years ago
anteia-capacitor-sdk v0.9.5
anteia-capacitor-sdk
Implements Anteia Core ID SDKs for Capacitor
Install
npm install anteia-capacitor-sdk
npx cap sync
API
setCredentials(...)
launchTermsAndConditions()
launchDataEntry(...)
launchConfirmEmail(...)
launchConfirmPhone(...)
launchBiometrics(...)
executeLists(...)
- Interfaces
setCredentials(...)
setCredentials(options: { userName: string; apiKey: string; projectId: string; }) => any
Param | Type |
---|---|
options | { userName: string; apiKey: string; projectId: string; } |
Returns: any
launchTermsAndConditions()
launchTermsAndConditions() => any
Returns: any
launchDataEntry(...)
launchDataEntry(options: { registrationId: string; }) => any
Param | Type |
---|---|
options | { registrationId: string; } |
Returns: any
launchConfirmEmail(...)
launchConfirmEmail(options: { registrationId: string; }) => any
Param | Type |
---|---|
options | { registrationId: string; } |
Returns: any
launchConfirmPhone(...)
launchConfirmPhone(options: { registrationId: string; }) => any
Param | Type |
---|---|
options | { registrationId: string; } |
Returns: any
launchBiometrics(...)
launchBiometrics(options: { registrationId: string; }) => any
Param | Type |
---|---|
options | { registrationId: string; } |
Returns: any
executeLists(...)
executeLists(options: { registrationId: string; }) => any
Param | Type |
---|---|
options | { registrationId: string; } |
Returns: any
Interfaces
RegIdResponse
Prop | Type |
---|---|
registrationId | string |