is_key_active
Verify if a public key is authorized for active operations in a DID document.
Instructions
Check if a public key is currently authorized for active operations in a DID document. SDK convenience check; gateway enforcement is authoritative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| public_key | Yes | Hex-encoded Ed25519 public key to check | |
| did_document | No | RotatableDIDDocument JSON object |