callbackURLScheme property

String? get callbackURLScheme

The custom URL scheme that the app expects in the callback URL.

Officially Supported Platforms/Implementations:

  • iOS WKWebView
  • macOS WKWebView

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

Implementation

String? get callbackURLScheme => platform.callbackURLScheme;