<!-- 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; [brokerCiAccessToken](./case-boundary.contractcaseboundaryconfig.brokerciaccesstoken.md)

## ContractCaseBoundaryConfig.brokerCiAccessToken property

The access token to use for the contract broker. Must have CI scope.

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

**Signature:**

```typescript
readonly brokerCiAccessToken?: string;
```
