diff --git a/index.html b/index.html index 7d3f470e..ff4a4170 100644 --- a/index.html +++ b/index.html @@ -2110,7 +2110,14 @@

Capability Delegation

{ "@context": "https://www.w3.org/ns/did/v1.1", "id": "did:example:123456789abcdefghi", - ... + "verificationMethod": [ + { + "id": "did:example:123456789abcdefghi#keys-1", + "type": "Multikey", + "controller": "did:example:123456789abcdefghi", + "publicKeyMultibase": "z4BWwfeqdp1obQptLLMvPNgBw48p7og1ie6Hf9p5nTpNN" + } + ], "capabilityDelegation": [ // this method can be used to perform capability delegation as did:...fghi "did:example:123456789abcdefghi#keys-1", @@ -2127,6 +2134,14 @@

Capability Delegation

... } + +In the example above, the DID document for +did:example:123456789abcdefghi defines two verificationMethods, +#keys-1 and #keys-2, that can be used for the +purpose of capability delegation. This means that these verification methods +can be used to verify capabilities delegated by +did:example:123456789abcdefghi. +