# IotaExchangeCredentialsOKCredentials

## Properties

| Name             | Type       | Description | Notes                  |
| ---------------- | ---------- | ----------- | ---------------------- |
| **accessKeyId**  | **string** |             | [default to undefined] |
| **secretKey**    | **string** |             | [default to undefined] |
| **sessionToken** | **string** |             | [default to undefined] |
| **expiration**   | **string** |             | [default to undefined] |

## Example

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

const instance: IotaExchangeCredentialsOKCredentials = {
  accessKeyId,
  secretKey,
  sessionToken,
  expiration,
}
```

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