JwksMedia
JwksMedia
The JWKS (JSON Web Key Set) as defined in the specification: https://www.rfc-editor.org/rfc/rfc7517
JSON Example
{
"keys": [
{
"crv": "string",
"x": "string",
"y": "string",
"k": "string",
"kty": "RSA",
"kid": "1500075388",
"use": "sig",
"alg": "RS256",
"e": "string",
"n": "string"
}
]
}