<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [ContractCaseBoundaryConfig](./case-boundary.contractcaseboundaryconfig.md) &gt; [brokerBasicAuth](./case-boundary.contractcaseboundaryconfig.brokerbasicauth.md)

## ContractCaseBoundaryConfig.brokerBasicAuth property

The basic authentication username and password to access the contract broker.

If this is specified along with brokerCiAccessToken, the basic auth is ignored.

**Signature:**

```typescript
readonly brokerBasicAuth?: UserNamePassword;
```
