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