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

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