Skip to content

Commit 2bf657b

Browse files
committed
chore: add type for cacheKeyBuilder
relates to #504
1 parent cd12d28 commit 2bf657b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export interface VerifierOptions {
140140
clockTolerance?: number
141141
requiredClaims?: Array<string>
142142
checkTyp?: string
143+
cacheKeyBuilder?: (token: string) => string
143144
}
144145

145146
export interface PrivateKey {

0 commit comments

Comments
 (0)