Table of Contents

Class WebAuthenticatorBrowser

Namespace
Auth0.OidcClient
Assembly
Auth0.OidcClient.dll

Implements the Browser IdentityModel.OidcClient.Browser.IBrowser using Microsoft.Maui.Authentication.WebAuthenticator for MAUI.

public class WebAuthenticatorBrowser : IBrowser
Inheritance
WebAuthenticatorBrowser
Implements
IBrowser
Inherited Members

Constructors

WebAuthenticatorBrowser()

public WebAuthenticatorBrowser()

Methods

InvokeAsync(BrowserOptions, CancellationToken)

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

Parameters

options BrowserOptions
cancellationToken CancellationToken

Returns

Task<BrowserResult>