Interface ApiConfig

Configuration for ApiClient instance.

Hierarchy

  • ApiConfig

Properties

authProvider: AuthProvider

An authentication provider that supplies tokens to the client.

For more information, see the AuthProvider documentation.

Additional options to pass to the fetch method.

logger?: LoggerOptions

Options to pass to the logger.

rateLimiterOptions?: RateLimiterOptions

Defines the rate limiter options.

Generated using TypeDoc