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

Microsoft.Identity.Client.Platforms.Features.WinFormsLegacyWebUi.SilentWindowsFormsAuthenticationDialog

namespace Microsoft.Identity.Client.Platforms.Features.WinFormsLegacyWebUi { internal class SilentWindowsFormsAuthenticationDialog : WindowsFormsWebAuthenticationDialogBase { internal delegate void SilentWebUIDoneEventHandler (object sender, SilentWebUIDoneEventArgs args); public int NavigationWaitMiliSecs { get; set; } public SilentWindowsFormsAuthenticationDialog(object ownerWindow); public void CloseBrowser(); } }