Plugin for iOS ASWebAuthenticationSession API
npm install capacitor-web-auth
npx cap sync
login(options: { url: string; redirectScheme: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ url: string; redirectScheme: string; } |
Returns: Promise<{ value: string; }>