# SignCredentialsJwtResultDto

DTO contains signed credential

## Properties

| Name           | Type       | Description                         | Notes                  |
| -------------- | ---------- | ----------------------------------- | ---------------------- |
| **credential** | **string** | Signed credential in DM2 jwt format | [default to undefined] |

## Example

```typescript
import { SignCredentialsJwtResultDto } from '@affinidi-tdk/wallets-client'

const instance: SignCredentialsJwtResultDto = {
  credential,
}
```

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