# SignCredentialsDm2SdJwtResultDto

DTO contains signed credential

## Properties

| Name           | Type       | Description                                  | Notes                  |
| -------------- | ---------- | -------------------------------------------- | ---------------------- |
| **credential** | **string** | Issued selective disclosure SD in jwt format | [default to undefined] |

## Example

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

const instance: SignCredentialsDm2SdJwtResultDto = {
  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)
