@wearemothership/capacitor-single-signon
v1.1.1
Published
This plugin is designed to streamline the single signon process between android and ios
Downloads
80
Readme
@teamhive/capacitor-single-signon
This plugin is designed to streamline the single signon process between android and ios
Install
npm install @teamhive/capacitor-single-signon
npx cap sync
API
authenticate(...)
authenticate(options: { url: string; customScheme?: string; redirectUri?: string; }) => Promise<{ url: string; }>
| Param | Type |
| ------------- | -------------------------------------------------------------------------- |
| options
| { url: string; customScheme?: string; redirectUri?: string; } |
Returns: Promise<{ url: string; }>