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)

Index

Properties

Optionaltelemetry

telemetry?: boolean

OptionalclientInfo

clientInfo?: { name: string; [key: string]: unknown }

Optionalfetch

fetch?: FetchAPI

Optionalagent

agent?: Dispatcher

OptionaltimeoutDuration

timeoutDuration?: number

Optionalretry