ClientOptions | Auth0 Node.js SDK
Interface ClientOptions
interface ClientOptions {
telemetry?: boolean;
clientInfo?: { name: string; [key: string]: unknown };
fetch?: FetchAPI;
agent?: Dispatcher;
headers?: HTTPHeaders;
timeoutDuration?: number;
retry?: RetryConfiguration;
}
Hierarchy (View Summary)
- Omit<Configuration, "baseUrl" | "parseError" | "middleware">
- ClientOptions