# AwsExchangeCredentialsProjectToken

## Properties

| Name                | Type       | Description                                      | Notes                  |
| ------------------- | ---------- | ------------------------------------------------ | ---------------------- |
| **sessionId**       | **string** | ID of the session generated by a client.         | [default to undefined] |
| **configurationId** | **string** | ID of the Affinidi Iota Framework configuration. | [default to undefined] |
| **did**             | **string** | The Decentralized Identifier (DID) of the user.  | [default to undefined] |

## Example

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

const instance: AwsExchangeCredentialsProjectToken = {
  sessionId,
  configurationId,
  did,
}
```

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