Table of Contents

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

enableWindowsAuthentication bool

Whether Windows authentication is enabled (true) or not (false).

Methods

InvokeAsync(BrowserOptions, CancellationToken)

public Task<BrowserResult> InvokeAsync(BrowserOptions options, CancellationToken cancellationToken = null)

Parameters

options BrowserOptions
cancellationToken CancellationToken

Returns

Task<BrowserResult>