Introduction
Migration
Appearance
import { JwksOptions } from "@tsed/jwks";
See /packages/security/jwks/src/types/getJwks.ts.
interface JwksOptions { path: string; certificates?: JwksKeyParameters[]; }
path: string;
certificates?: JwksKeyParameters[];