WebAuthenticationSessionSettings constructor

WebAuthenticationSessionSettings({
  1. Map<String, String>? additionalHeaderFields,
  2. bool? prefersEphemeralWebBrowserSession = false,
})

Officially Supported Platforms/Implementations:

  • iOS WKWebView 13.0+
  • macOS WKWebView 10.15+

Implementation

WebAuthenticationSessionSettings({
  this.additionalHeaderFields,
  this.prefersEphemeralWebBrowserSession = false,
});