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

Microsoft.Identity.Client.Platforms.Features.WinFormsLegacyWebUi.WindowsFormsWebAuthenticationDialog

The browser dialog used for user authentication
namespace Microsoft.Identity.Client.Platforms.Features.WinFormsLegacyWebUi { public class WindowsFormsWebAuthenticationDialog : WindowsFormsWebAuthenticationDialogBase { public WindowsFormsWebAuthenticationDialog(object ownerWindow, EmbeddedWebViewOptions embeddedWebViewOptions); public void ShowBrowser(CancellationToken cancellationToken); } }