# SignJwtTokenOK

## Properties

| Name          | Type       | Description | Notes                             |
| ------------- | ---------- | ----------- | --------------------------------- |
| **signedJwt** | **string** |             | [optional] [default to undefined] |

## Example

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

const instance: SignJwtTokenOK = {
  signedJwt,
}
```

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