Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 1010 Bytes

JWK.md

File metadata and controls

71 lines (36 loc) · 1010 Bytes

Interface: JWK

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


Indexable

[parameter: string]: undefined | JsonValue

Properties

alg?

readonly optional alg: string


crv?

readonly optional crv: string


e?

readonly optional e: string


key_ops?

readonly optional key_ops: string[]


kid?

readonly optional kid: string


kty?

readonly optional kty: string


n?

readonly optional n: string


use?

readonly optional use: string


x?

readonly optional x: string


y?

readonly optional y: string