Skip to content

Commit

Permalink
type: remove rsa type in jwk (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas <Lukas@hopae.io>
  • Loading branch information
lukasjhan committed Mar 6, 2024
1 parent da523fe commit 7b8a217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/types/src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ interface JsonWebKey {
key_ops?: string[];
kty?: string;
n?: string;
oth?: RsaOtherPrimesInfo[];
p?: string;
q?: string;
qi?: string;
Expand Down

0 comments on commit 7b8a217

Please sign in to comment.