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