PublicKeyResponse
PublicKeyResponse
JSON Example
{
"alg": "string",
"issuer": "string",
"keys": [
{}
],
"value": "string"
}
string
alg
Optional
The algorithm associated with the public key.
string
issuer
Optional
The issuer for the public key.
array of
Map_string_object_
keys
Optional
The list of the currently valid public keys. Set in the case of jwks format. The model of this property is a Map of JsonWebKey objects.
string
value
Optional
The public key. Set in the case of pem format.