# IotaExchangeCredentialsOK

## Properties

| Name                   | Type                                                                                | Description | Notes                  |
| ---------------------- | ----------------------------------------------------------------------------------- | ----------- | ---------------------- |
| **connectionClientId** | **string**                                                                          |             | [default to undefined] |
| **credentials**        | [**IotaExchangeCredentialsOKCredentials**](IotaExchangeCredentialsOKCredentials.md) |             | [default to undefined] |

## Example

```typescript
import { IotaExchangeCredentialsOK } from '@affinidi-tdk/iota-client'

const instance: IotaExchangeCredentialsOK = {
  connectionClientId,
  credentials,
}
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
