Retrieve the JSON Web Key Set of the instance
Get the JSON Web Key Set
{- "keys": [
- {
- "kid": "string",
- "alg": "string",
- "use": "string",
- "kty": "OKP",
- "crv": "Ed25519",
- "x": "string",
- "x5c": [
- "string"
], - "x5t": "string",
- "x5t#S256": "string",
- "x5u": "string"
}
]
}