Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 749 Bytes

File metadata and controls

37 lines (23 loc) · 749 Bytes

capacitor-web-auth

Plugin for iOS ASWebAuthenticationSession API

Install

npm install capacitor-web-auth
npx cap sync

API

login(...)

login(options: { url: string; redirectScheme: string; }) => Promise<{ value: string; }>
Param Type
options { url: string; redirectScheme: string; }

Returns: Promise<{ value: string; }>