Table of Contents

Class SystemBrowser

Namespace
Auth0.OidcClient
Assembly
Auth0.OidcClient.dll

Implements the IdentityModel.OidcClient.Browser.IBrowser interface using the best available option for the current Android version.

public class SystemBrowser : AndroidBrowserBase, IBrowser
Inheritance
SystemBrowser
Implements
IBrowser
Inherited Members

Constructors

SystemBrowser(Context)

Create a new instance of SystemBrowser for a given Android.Content.Context.

public SystemBrowser(Context context = null)

Parameters

context Context

Android.Content.Context provided to any subsequent callback.

Methods

OpenBrowser(Uri, Context)

Open a web browser with the given uri.

protected override void OpenBrowser(Uri uri, Context context = null)

Parameters

uri Uri

Uri address to open in the browser.

context Context

Optional Android.Content.Context associated with the browser.