initialSettings property

WebAuthenticationSessionSettings? get initialSettings

Initial settings.

Officially Supported Platforms/Implementations:

  • iOS WKWebView
  • macOS WKWebView

Use the PlatformWebAuthenticationSession.isPropertySupported method to check if this property is supported at runtime.

Implementation

WebAuthenticationSessionSettings? get initialSettings =>
    platform.initialSettings;