Files
sonr/docs/reference/queries/query-did-resolve.mdx
T

22 lines
571 B
Plaintext
Raw Normal View History

2025-10-03 14:45:52 -04:00
---
title: Resolve W3C DID Document
description: Retrieve complete DID document with verification methods and services
2026-09-02 16:53:38 -04:00
seo:
title: "DID Resolution"
2025-10-03 14:45:52 -04:00
---
2026-09-02 16:53:38 -04:00
:::info
DID resolution is the primary way to discover how to interact with
a decentralized identity, including available keys and services.
:::
2025-10-03 14:45:52 -04:00
2026-09-02 16:53:38 -04:00
:::warning
Deactivated DIDs cannot be resolved. The query will return an error
indicating the DID has been permanently disabled.
:::
2025-10-03 14:45:52 -04:00
2026-09-02 16:53:38 -04:00
:::tip
Cache resolved DID documents client-side with appropriate TTL based
on your security requirements and update frequency needs.
:::