* clear

* feat: Add everything

* fix: Commenht
This commit is contained in:
Prad Nukala
2025-10-03 14:45:52 -04:00
committed by GitHub
parent 43b4a11c06
commit 13e6c3e84d
1935 changed files with 655061 additions and 40058 deletions
@@ -0,0 +1,16 @@
---
openapi: get /did/v1/verification-method/{did}/{methodId}
title: Get Verification Method
description: Retrieve specific cryptographic keys or authentication methods
og:title: Query DID Verification Method
---
<Note>
Verification methods contain public keys only. Private keys are
never stored on-chain and must be managed securely off-chain.
</Note>
<Tip>
Use this endpoint to retrieve specific keys for signature verification
or encryption operations.
</Tip>