---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [auth](../index.md) / BasicAuthConfig

# Interface: BasicAuthConfig

Defined in: [packages/b2c-tooling-sdk/src/auth/types.ts:56](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/702798b6e2ea7765dbfd4b62ff999546a36b6859/packages/b2c-tooling-sdk/src/auth/types.ts#L56)

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:58](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/702798b6e2ea7765dbfd4b62ff999546a36b6859/packages/b2c-tooling-sdk/src/auth/types.ts#L58)

***

### username

> **username**: `string`

Defined in: [packages/b2c-tooling-sdk/src/auth/types.ts:57](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/702798b6e2ea7765dbfd4b62ff999546a36b6859/packages/b2c-tooling-sdk/src/auth/types.ts#L57)
