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
BrowserOptionscancellationToken
CancellationToken
Returns
- Task<BrowserResult>