# AwsExchangeCredentialsOKCredentials

## Properties

| Name           | Type       | Description | Notes                  |
| -------------- | ---------- | ----------- | ---------------------- |
| **identityId** | **string** |             | [default to undefined] |
| **token**      | **string** |             | [default to undefined] |

## Example

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

const instance: AwsExchangeCredentialsOKCredentials = {
  identityId,
  token,
}
```

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