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