Skip to main content

DatalayerClientConfig

Datalayer Core


Datalayer Core / DatalayerClientConfig

Interface: DatalayerClientConfig

Defined in: src/client/base.ts:27

Configuration options for the Datalayer Client.

Properties

handlers?

optional handlers?: ClientHandlers

Defined in: src/client/base.ts:39

Handlers for intercepting Client method calls


iamRunUrl?

optional iamRunUrl?: string

Defined in: src/client/base.ts:31

URL for the IAM service


runtimesRunUrl?

optional runtimesRunUrl?: string

Defined in: src/client/base.ts:33

URL for the Runtimes service


spacerRunUrl?

optional spacerRunUrl?: string

Defined in: src/client/base.ts:35

URL for the Spacer service


storage?

optional storage?: TokenStorage

Defined in: src/client/base.ts:37

Custom token storage backend (optional, defaults to auto-detected)


token?

optional token?: string

Defined in: src/client/base.ts:29

Authentication token for API requests