is_key_active
Determine if a public key is authorized for active operations in a DID document, verifying its current status for security decisions.
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 | Yes | RotatableDIDDocument JSON object |