Skip to content

Commit 9ab0463

Browse files
committed
add additional comments around the signer for the permissions DWN api
1 parent bec2b03 commit 9ab0463

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/api/src/dwn-api.ts

+5
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,11 @@ export class DwnApi {
340340
* API to interact with Grants
341341
*
342342
* NOTE: This is an EXPERIMENTAL API that will change behavior.
343+
*
344+
* Currently only supports issuing requests, grants, revokes and queries on behalf without permissions or impersonation.
345+
* If the agent is connected to a delegateDid, the delegateDid will be used to sign/author the underlying records.
346+
* If the agent is not connected to a delegateDid, the connectedDid will be used to sign/author the underlying records.
347+
*
343348
* @beta
344349
*/
345350
get permissions() {

0 commit comments

Comments
 (0)