This plugin is designed to streamline the single signon process between android and ios
npm install @teamhive/capacitor-single-signon
npx cap sync
authenticate(options: AuthenticateOptions): Promise<AuthenticateResponse>
Interface | Type |
---|---|
AuthenticateOptions |
{ url: string; customScheme?: string; prefersEphemeralWebBrowserSession?: boolean } |
AuthenticateResponse |
{ url: string; } |