callbackURLScheme property
- @SupportedPlatforms.new(platforms: [IOSPlatform(), MacOSPlatform()])
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
@SupportedPlatforms(platforms: [IOSPlatform(), MacOSPlatform()])
String? get callbackURLScheme => throw UnimplementedError(
'callbackURLScheme is not implemented on the current platform',
);