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

Microsoft.Identity.Client.UI.IWebUIFactory

interface IWebUIFactory
namespace Microsoft.Identity.Client.UI { internal interface IWebUIFactory { bool IsSystemWebViewAvailable { get; } bool IsUserInteractive { get; } bool IsEmbeddedWebViewAvailable { get; } IWebUI CreateAuthenticationDialog(CoreUIParent coreUIParent, WebViewPreference webViewPreference, RequestContext requestContext); } }