Skip to content

ClientConfig

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/api-client/src/types/config.ts

Configuration for the Atloria API client

Properties

PropertyType
baseURLstring
tokenstring
timeoutnumber
maxRetriesnumber
enableDeduplicationboolean
enableLoggingboolean
headersRecord<string, string>
onTokenRefresh(token: string) => void
onAuthError() => void

Was this page helpful?

Download as PDF