Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / auth / BasicAuthConfig

Interface: BasicAuthConfig

Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:40

Configuration for Basic authentication (username/access-key). Used primarily for WebDAV operations.

Properties

password

password: string

Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:42


username

username: string

Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:41

Released under the Apache-2.0 License.