Expand description
Drive OAuth flows through ASWebAuthenticationSession on iOS and Chrome Custom Tabs on Android.
On both platforms the plugin opens an in-app browser session, intercepts the redirect to the configured callback scheme, and resolves with the full callback URL — replacing the older “open external browser, poll backend” pattern.
Platform asymmetry: prefersEphemeralSession is honored on iOS but has no
Android equivalent — Custom Tabs always shares cookies with the user’s
default browser.
Structs§
- Authenticate
Options - Authenticate
Response - OAuth
Session - Access to the OAuth session APIs.