Skip to content

generateJwks

@tsed/jwks

Usage

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

See /packages/security/jwks/src/types/getJwks.ts.

Overview

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

Released under the MIT License.