Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / clients / ScapiBackendCtorConfig

Interface: ScapiBackendCtorConfig

Defined in: packages/b2c-tooling-sdk/src/clients/dual-backend-factory.ts:43

Configuration passed to a SCAPI backend constructor. Domains add their own optional fields (e.g., instance for log/WebDAV access on jobs) but always include shortCode + tenantId + auth.

Properties

auth

auth: AuthStrategy

Defined in: packages/b2c-tooling-sdk/src/clients/dual-backend-factory.ts:46


instance

instance: B2CInstance

Defined in: packages/b2c-tooling-sdk/src/clients/dual-backend-factory.ts:47


shortCode

shortCode: string

Defined in: packages/b2c-tooling-sdk/src/clients/dual-backend-factory.ts:44


tenantId

tenantId: string

Defined in: packages/b2c-tooling-sdk/src/clients/dual-backend-factory.ts:45

Released under the Apache-2.0 License.