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