Namespace Auth0.OidcClient
Classes
- ActivityMediator
Facilitates communication between the app entry point and the callback function.
- ActivityMediator.MessageReceivedEventHandler
Method signature required for methods subscribing to the ActivityMessageReceived event.
- AndroidBrowserBase
Provides common IBrowser logic for Android.
- Auth0Client
Primary class for performing authentication and authorization operations with Auth0 using the underlying IdentityModel.OidcClient.OidcClient.
- Auth0ClientActivity
Base class for automatically wiring up the necessary callback hooks required to facilitate communication with the Browser implementations.
- 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.
- AutoSelectBrowser
Implements the IdentityModel.OidcClient.Browser.IBrowser interface using the best available option for the current Android version.
- ChromeCustomTabsBrowser
Implements browser integration using Chrome Custom Tabs.
- SystemBrowser
Implements the IdentityModel.OidcClient.Browser.IBrowser interface using the best available option for the current Android version.
Interfaces
- IAuth0Client
Interface for performing authentication and authorization operations with Auth0 using the underlying IdentityModel.OidcClient.OidcClient.