JSONWebKeySet
keys object[]
Array [
ktystring
Key type
Example:
RSAusestring
Key usage (sig = signature)
Example:
sigkidstring
Key ID
algstring
Algorithm
Example:
RS256nstring
RSA modulus (Base64url-encoded)
estring
RSA exponent (Base64url-encoded)
Example:
AQAB]
JSONWebKeySet
{
"keys": [
{
"kty": "RSA",
"use": "sig",
"kid": "string",
"alg": "RS256",
"n": "string",
"e": "AQAB"
}
]
}