Makes it possible to use ASWebAuthenticationSession for in-app browser oauth redirect logins
npm install ios-auth-sessionMakes it possible to use ASWebAuthenticationSession for in-app browser oauth redirect logins
like those provided by auth web service providers such as Auth0.
``bash`
npm install ios-auth-session
npx cap sync
`typescript`
start(options: { authUrl: string; callbackScheme: string; }) => Promise<{ callbackUrl: string; }>
| Param | Type |
| ------------- | --------------------------------------------------------- |
| options` | { authUrl: string; callbackScheme: string; } |
Returns: Promise<{ callbackUrl: string; }>
--------------------