<PackageReference Include="Microsoft.Identity.Client" Version="4.86.0" />

Microsoft.Identity.Client.Platforms.iOS.IosWebUIFactory

namespace Microsoft.Identity.Client.Platforms.iOS { internal class IosWebUIFactory : IWebUIFactory { public bool IsSystemWebViewAvailable { get; } public bool IsUserInteractive { get; } public bool IsEmbeddedWebViewAvailable { get; } public IWebUI CreateAuthenticationDialog(CoreUIParent coreUIParent, WebViewPreference useEmbeddedWebView, RequestContext requestContext); public IosWebUIFactory(); } }