---
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/fe86289ffb26394c99a45e3722cf9319da2cb086/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/fe86289ffb26394c99a45e3722cf9319da2cb086/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/fe86289ffb26394c99a45e3722cf9319da2cb086/packages/b2c-tooling-sdk/src/auth/types.ts#L57)
