TeamMaestro / capacitor-single-sign-on

10 stars 13 forks source link

@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) ### authenticate(...) ```typescript authenticate(options: { url: string; customScheme?: string; }) => any ``` | Param | Type | | ------------- | ---------------------------------------------------- | | **`options`** | { url: string; customScheme?: string; } | **Returns:** any --------------------