PublicKeyDto
PublicKeyDto
Defines the properties of the public key.
JSON Example
{
"keys": [
{}
],
"alg": "string",
"value": "string",
"issuer": "string"
}
array of object
keys
Optional
The list of the keys.
string
alg
Optional
The algorithm of the key.
string
value
Optional
The value of the key.
string
issuer
Optional
The issuer of the key.