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

## Usage

```typescript
import { getJwks } 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 getJwks(options: JwksOptions): any;
```
