Are you an LLM? You can read better optimized documentation at /api/security/jwks/types/interface-jwks-options.md for this page in Markdown format
JwksOptions
@tsed/jwks
Usage
typescript
import { JwksOptions } from "@tsed/jwks";Overview
ts
interface JwksOptions {
path: string;
certificates?: JwksKeyParameters[];
}path
ts
path: string;certificates
ts
certificates?: JwksKeyParameters[];