Skip to content

wearemothership/capacitor-single-sign-on

 
 

Repository files navigation

@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; }>


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.0%
  • Swift 18.6%
  • Ruby 10.6%
  • Objective-C 7.4%
  • JavaScript 6.3%
  • TypeScript 5.1%