Skip to content

Commit

Permalink
chore: add type for cacheKeyBuilder
Browse files Browse the repository at this point in the history
relates to #504
  • Loading branch information
aheckmann committed Feb 7, 2025
1 parent cd12d28 commit 2bf657b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export interface VerifierOptions {
clockTolerance?: number
requiredClaims?: Array<string>
checkTyp?: string
cacheKeyBuilder?: (token: string) => string
}

export interface PrivateKey {
Expand Down

0 comments on commit 2bf657b

Please sign in to comment.