0.0.1 • Published 9 months ago
cieid-plugin v0.0.1
cieid-plugin
cieid login for capacitor apps
Install
npm install cieid-plugin
npx cap sync
API
authenticate(...)
authenticate(options: { serviceProviderUrl: string; }) => Promise<{ status: string; token?: string; }>
Param | Type |
---|---|
options | { serviceProviderUrl: string; } |
Returns: Promise<{ status: string; token?: string; }>
0.0.1
9 months ago