DatalayerClientConfig
Datalayer Core / DatalayerClientConfig
Interface: DatalayerClientConfig
Defined in: src/client/base.ts:27
Configuration options for the Datalayer Client.
Properties
handlers?
optionalhandlers:SDKHandlers
Defined in: src/client/base.ts:39
Handlers for intercepting SDK method calls
iamRunUrl?
optionaliamRunUrl:string
Defined in: src/client/base.ts:31
URL for the IAM service
runtimesRunUrl?
optionalruntimesRunUrl:string
Defined in: src/client/base.ts:33
URL for the Runtimes service
spacerRunUrl?
optionalspacerRunUrl:string
Defined in: src/client/base.ts:35
URL for the Spacer service
storage?
optionalstorage:TokenStorage
Defined in: src/client/base.ts:37
Custom token storage backend (optional, defaults to auto-detected)
token?
optionaltoken:string
Defined in: src/client/base.ts:29
Authentication token for API requests