[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
JwtKey
Properties
string
e
Optional
The exponent for the RSA public key
string
kid
Optional
Key identifies
string
kty
Optional
Key type
string
n
Optional
The modulus for the RSA public key
JSON Example
{
"e": "string",
"kid": "string",
"kty": "string",
"n": "string"
}