---
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:96](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/auth/types.ts#L96)

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:98](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/auth/types.ts#L98)

***

### username

> **username**: `string`

Defined in: [packages/b2c-tooling-sdk/src/auth/types.ts:97](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/auth/types.ts#L97)
