Skip to content

Commit

Permalink
fix(typescript): add "jku" header to JoseHeaderParameters (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
  • Loading branch information
ekosz and panva committed Jul 1, 2021
1 parent 13d6c22 commit 72a72db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@ export interface JoseHeaderParameters {
*/
x5u?: string

/**
* "jku" (JWK Set URL) Header Parameter.
*/
jku?: string

/**
* "jwk" (JSON Web Key) Header Parameter.
*/
Expand Down

0 comments on commit 72a72db

Please sign in to comment.