Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 791 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 791 Bytes

@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; }) => any
Param Type
options { url: string; customScheme?: string; }

Returns: any