httpsHost property

String? httpsHost
final

Only has an effect on iOS and MacOS! String specifying the host of the URL that the page will redirect to upon successful authentication (callback URL). When callbackUrlScheme is https, this must be specified on Apple devices running iOS >= 17.4 or macOS >= 14.4.

Implementation

final String? httpsHost;