mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
docs: update docs for GetKeyFunction
This commit is contained in:
parent
fa29d68cfd
commit
60bcd51e75
1 changed files with 2 additions and 0 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
|
@ -71,6 +71,8 @@ export interface JWK {
|
|||
* Generic Interface for consuming operations dynamic key resolution.
|
||||
* No token components have been verified at the time of this function call.
|
||||
*
|
||||
* If you cannot match a key suitable for the token, throw an error instead.
|
||||
*
|
||||
* @param protectedHeader JWE or JWS Protected Header.
|
||||
* @param token The consumed JWE or JWS token.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue