JWKS
keys object[]required
The key set
Array [
algstring
Example: 
RS256crvstring
Example: 
P-256estring
Example: 
AQABextboolean
Example: 
falsekey_opsstring[]
Example: 
["sign","verify"]kidstring
Example: 
bdfd4c8e-3a44-4b9f-bc3e-1a8e26e3e99dktystringrequired
Example: 
RSAnstring
Example: 
sample_modulususestring
Example: 
sigxstring
Example: 
sample_x_coordinateystring
Example: 
sample_y_coordinate]
JWKS
{
  "keys": [
    {
      "alg": "RS256",
      "crv": "P-256",
      "e": "AQAB",
      "ext": false,
      "key_ops": [
        "sign",
        "verify"
      ],
      "kid": "bdfd4c8e-3a44-4b9f-bc3e-1a8e26e3e99d",
      "kty": "RSA",
      "n": "sample_modulus",
      "use": "sig",
      "x": "sample_x_coordinate",
      "y": "sample_y_coordinate"
    }
  ]
}