mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
1.1 KiB
1.1 KiB
Interface: CompactVerifyGetKey
jws/compact/verify.CompactVerifyGetKey
Interface for Compact JWS Verification dynamic key resolution. No token components have been verified at the time of this function call.
Hierarchy
-
GetKeyFunction<JWSHeaderParameters, FlattenedJWSInput>
↳ CompactVerifyGetKey
Callable
▸ CompactVerifyGetKey(protectedHeader: JWSHeaderParameters, token: FlattenedJWSInput): Promise<KeyLike>
Interface for Compact JWS 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