Convex

Convex

FieldValue
NamesigningListKeys
TitleList Signing Keys
DescriptionList all public keys stored in the signing service for the authenticated identity.
Input Schema
{
  "type": "object",
  "required": [],
  "properties": {                }
}
Output Schema
{
  "type": "object",
  "properties": {
                  "keys": {
                            "type": "array",
                            "description": "Array of hex-encoded Ed25519 public keys for this identity"
                          }
                }
}