mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
1.1 KiB
1.1 KiB
Interface: JWTVerifyGetKey
jwt/verify.JWTVerifyGetKey
Interface for JWT Verification dynamic key resolution. No token components have been verified at the time of this function call.
Hierarchy
-
GetKeyFunction<JWSHeaderParameters, FlattenedJWSInput>
↳ JWTVerifyGetKey
Callable
▸ JWTVerifyGetKey(protectedHeader: JWSHeaderParameters, token: FlattenedJWSInput): Promise<KeyLike>
Interface for JWT Verification dynamic key resolution. No token components have been verified at the time of this function call.
Parameters:
| Name | Type |
|---|---|
protectedHeader |
JWSHeaderParameters |
token |
FlattenedJWSInput |
Returns: Promise<KeyLike>
Defined in: types.d.ts:79