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