# JsonWebKeySetDto

## Properties

| Name     | Type                                               | Description | Notes                  |
| -------- | -------------------------------------------------- | ----------- | ---------------------- |
| **keys** | [**Array&lt;JsonWebKeyDto&gt;**](JsonWebKeyDto.md) |             | [default to undefined] |

## Example

```typescript
import { JsonWebKeySetDto } from '@affinidi-tdk/iam-client'

const instance: JsonWebKeySetDto = {
  keys,
}
```

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