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