Interface: JwksKey
Represents a JSON Web Key Set (JWKS).
Export
JwksKey
Properties
e?
optional
e:string
The RSA exponent value.
Memberof
JwksKey
Defined in
kid?
optional
kid:string
The ID of the key. Acts as a unique identifier for a specific key within the JWKS.
Memberof
JwksKey
Defined in
kty?
optional
kty:string
The cryptographic algorithm family used with the key. Currently, always RSA
.
Memberof
JwksKey
Defined in
n?
optional
n:string
The RSA modulus value.
Memberof
JwksKey
Defined in
use?
optional
use:string
The intended use of the public key. Possible values:
sig
- Verify the signature on data.
Memberof
JwksKey