Creates a new Management API client instance.
Configuration options for the Management Client
Make a passthrough request using the SDK's configured auth, retry, logging, etc. This is useful for making requests to endpoints not yet supported in the SDK. The input can be a URL string, URL object, or Request object. Relative paths are resolved against the configured base URL.
The URL, path, or Request object.
Optionalinit: RequestInitStandard fetch RequestInit options.
OptionalrequestOptions: RequestOptionsPer-request overrides (timeout, retries, headers, abort signal).
A standard Response object.
Protected Readonly_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_
Auth0 Management API client wrapper.
Provides a high-level interface to Auth0's Management API with automatic token management, telemetry, and Auth0-specific configuration.
Example: Using client credentials (client secret)
Example: Using client credentials (client assertion)
Example: Using existing token
Example: Using custom domain header
Example: Using custom fetcher with custom domain header (they work together)