Table of Contents

Namespace Auth0.OidcClient

Classes

Auth0Client

Primary class for performing authentication and authorization operations with Auth0 using the underlying IdentityModel.OidcClient.OidcClient.

Auth0ClientBase

Base class for performing authentication and authorization operations with Auth0 using the underlying IdentityModel.OidcClient.OidcClient.

Auth0ClientOptions

Specifies options that can be passed to Auth0ClientBase implementations.

WebAuthenticationBrokerBrowser

Implements the IdentityModel.OidcClient.Browser.IBrowser interface using Windows.Security.Authentication.Web.WebAuthenticationBroker.

WebViewBrowser

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

Interfaces

IAuth0Client

Interface for performing authentication and authorization operations with Auth0 using the underlying IdentityModel.OidcClient.OidcClient.