Interface: iOSOptions
Properties
safariWebViewOptions
• Optional safariWebViewOptions: SafariWebViewOptions
Additional configuration options to pass to the Safari Web View when iosWebView is set to private.
webView
• webView: "shared" | "private" | "safari"
private - Avoids the prompt but the session will only be shared with Safari on iOS 10 or lower.
shared - Allows for sharing a session between Safari and other applications for a true SSO experience between apps but on iOS 11 and higher it will prompt the user for permission to share the website data with the application.
safari - Will start authentication flow externally in the Safari browser.