<PackageReference Include="Microsoft.Identity.Client" Version="4.86.1-azure-arc-preview" />

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); } }