Provides access to the web-based authentication methods.
Provides access to the credentials management methods.
Provides access to direct authentication methods (e.g., password-realm).
Creates an instance of the Auth0 client.
Configuration options for the client.
Provides access to the Management API (e.g., for user patching).
The main Auth0 client class.
This class acts as a facade, creating and delegating to a platform-specific client instance (Native or Web) under the hood.
Example