Class WebAuthenticationBrokerBrowser
- Namespace
- Auth0.OidcClient
- Assembly
- Auth0.OidcClient.dll
Implements the IdentityModel.OidcClient.Browser.IBrowser interface using Windows.Security.Authentication.Web.WebAuthenticationBroker.
public class WebAuthenticationBrokerBrowser : IBrowser- Inheritance
- 
      
      WebAuthenticationBrokerBrowser
- Implements
- 
      IBrowser
- Inherited Members
Constructors
WebAuthenticationBrokerBrowser(bool)
Create a new instance of WebAuthenticationBrokerBrowser class specifying if Windows authentication should be enabled.
public WebAuthenticationBrokerBrowser(bool enableWindowsAuthentication = false)Parameters
- enableWindowsAuthenticationbool
- Whether Windows authentication is enabled (true) or not (false). 
Methods
InvokeAsync(BrowserOptions, CancellationToken)
public Task<BrowserResult> InvokeAsync(BrowserOptions options, CancellationToken cancellationToken = null)Parameters
- optionsBrowserOptions
- cancellationTokenCancellationToken
Returns
- Task<BrowserResult>