1.1.1 • Published 1 year ago
@wearemothership/capacitor-single-signon v1.1.1
@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; }>