---
meta:
 - name: keywords
   description: api typescript node.js documentation generateJwks function
---
# generateJwks - @tsed/jwks

## Usage

```typescript
import { generateJwks } from "@tsed/jwks";
```

> See [/packages/security/jwks/src/getJwks.ts](https://github.com/tsedio/tsed/blob/v8.28.2/packages/security/jwks/src/getJwks.ts#L0-L0).

## Overview

```ts
function generateJwks(options?: Partial<JwksOptions>): any;
```
