We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c1f22 commit 96214d6Copy full SHA for 96214d6
src/JwtHandler.ts
@@ -8,7 +8,7 @@ import {shim} from "util.promisify"
8
import {MissingKeyIdError} from "./MissingKeyIdError"
9
import {UnknownKeyIdError} from "./UnknownKeyIdError"
10
11
-export type PubkeyData = { cert: string, alg: string } | undefined | null
+export type PubkeyData = { cert: string }
12
export type PrivkeyData = { key: string, passphrase: string, alg: string } | undefined | null
13
14
export type PubkeyResolver = (keyId: string) => PubkeyData | Promise<PubkeyData>
0 commit comments