File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -99,49 +99,7 @@ The identity system supports the issuance and verification of credentials:
99992 . ** Third-party attestations** - External parties can issue credentials attesting to various attributes of an identity
1001003 . ** Selective disclosure** - Users can choose which aspects of their identity to reveal in different contexts
101101
102- ## Capabilities
103102
104- ### ` /identity/resolve `
105-
106- The resolve capability allows retrieving the DID Document associated with an identity.
107-
108- #### Purpose
109-
110- This capability is used to:
111- - Retrieve the public key(s) associated with an identity
112- - Get information about authentication methods and service endpoints
113- - Verify the current status of an identity
114-
115- #### Request Format
116-
117- ``` ts
118- type ResolveRequest = {
119- did: string // The DID to resolve
120- }
121- ` ` `
122-
123- ### ` /identity /sign `
124-
125- The sign capability allows the creation of digital signatures using the identity's private key.
126-
127- #### Purpose
128-
129- This capability is used to:
130- - Sign data to prove identity ownership
131- - Authorize operations on spaces or other resources
132- - Create delegation chains for capability-based security
133-
134- #### Request Format
135-
136- ` ` ` ts
137- type SignRequest = {
138- payload: any , // The data to sign
139- keyType? : string , // The type of key to use for signing
140- signatureFormat? : string // The desired signature format
141- }
142- ` ` `
143-
144- ## References
145103
146104[ Irakli Gozalishvili ] : https://github.com/gozala
147105[ Common Tools ] : https://commontool.org
You can’t perform that action at this time.
0 commit comments