mirror of
https://github.com/danbulant/jose
synced 2026-05-25 04:51:47 +00:00
872 B
872 B
Interface: CompactVerifyGetKey
Interface for Compact JWS Verification dynamic key resolution. No token components have been verified at the time of this function call.
Callable
▸ (protectedHeader: JWSHeaderParameters, token: FlattenedJWSInput): Promise<KeyLike>
Defined in src/types.d.ts:75
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>