---
meta:
 - name: keywords
   description: api typescript node.js documentation OidcJwks class
---
# OidcJwks - @tsed/oidc-provider

## Usage

```typescript
import { OidcJwks } from "@tsed/oidc-provider";
```

> See [/packages/security/oidc-provider/src/services/OidcJwks.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/security/oidc-provider/src/services/OidcJwks.ts#L0-L0).

## Overview

```ts
class OidcJwks {
    jwksPath: string;
    certificates?: JwksKeyParameters[];
    keys: string;
    $onInit(): any;
    getJwks(): any;
}
```

<!-- Members -->

## jwksPath

```ts
jwksPath: string;
```

## certificates

```ts
certificates?: JwksKeyParameters[];
```

## keys

```ts
keys: string;
```

## $onInit

```ts
$onInit(): any;
```

## getJwks

```ts
getJwks(): any;
```
