feat: migrate to blume docs

This commit is contained in:
Prad Nukala
2026-09-02 16:53:38 -04:00
parent b1a622ea13
commit 432ef49207
163 changed files with 2327 additions and 9908 deletions
@@ -1,16 +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
seo:
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>
:::note
Verification methods contain public keys only. Private keys are
never stored on-chain and must be managed securely off-chain.
:::
<Tip>
Use this endpoint to retrieve specific keys for signature verification
or encryption operations.
</Tip>
:::tip
Use this endpoint to retrieve specific keys for signature verification
or encryption operations.
:::