Table of Contents

Class WebViewBrowser

Namespace
Auth0.OidcClient
Assembly
Auth0.OidcClient.dll

Implements the IdentityModel.OidcClient.Browser.IBrowser interface using the Windows.UI.Xaml.Controls.WebView control.

public class WebViewBrowser : IBrowser
Inheritance
WebViewBrowser
Implements
IBrowser
Inherited Members

Constructors

WebViewBrowser()

public WebViewBrowser()

Methods

InvokeAsync(BrowserOptions, CancellationToken)

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

Parameters

options BrowserOptions
cancellationToken CancellationToken

Returns

Task<BrowserResult>