Skip to main content

Jwk

Properties

NameTypeDescriptionNotes
alg(optional) stringAlgorithm intended for use with the key (e.g. RS256).[default to undefined]
e(optional) stringRSA public exponent (Base64url encoded).[default to undefined]
kid(optional) stringKey ID - unique identifier for the key.[default to undefined]
kty(optional) stringKey type (e.g. RSA).[default to undefined]
n(optional) stringRSA modulus (Base64url encoded).[default to undefined]
use(optional) stringIntended use of the key (e.g. sig for signature verification).[default to undefined]