Microsoft.Identity.Client.Platforms.Shared.Desktop.OsBrowser.DefaultOsBrowserWebUi
namespace Microsoft.Identity.Client.Platforms.Shared.Desktop.OsBrowser
{
internal class DefaultOsBrowserWebUi : IWebUI
{
public DefaultOsBrowserWebUi(IPlatformProxy proxy, ILoggerAdapter logger, SystemWebViewOptions webViewOptions, IUriInterceptor uriInterceptor = null);
public Task<AuthorizationResult> (Uri authorizationUri, Uri redirectUri, RequestContext requestContext, CancellationToken cancellationToken);
public Uri (Uri redirectUri);
}
}