0.0.1 • Published 9 months ago

cieid-plugin v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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; }>
ParamType
options{ serviceProviderUrl: string; }

Returns: Promise<{ status: string; token?: string; }>


0.0.1

9 months ago