Skip to content

JwksOptions

@tsed/jwks

Usage ​

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

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

Overview ​

ts
interface JwksOptions {
    path: string;
    certificates?: JwksKeyParameters[];
}

path ​

ts
path: string;

certificates ​

ts
certificates?: JwksKeyParameters[];

Released under the MIT License.