Authority

Manage Authority and Account Access

Authority is access and control to your DSA account.

Add Authority

This connector adds additional accounts as Authorities to the DSA

spells.add({
  connector: "authority",
  method: "add",
  args: [authority]
});

Parameter

Type

Description

authority

address

The address to be given authority access.

Remove Authority

This connector removes authorities from the DSA

spells.add({
  connector: "authority",
  method: "remove",
  args: [authority]
});

Parameter

Type

Description

authority

address

The address to be removed from authority access.

See More: Advanced Topics - Temp Authority

Last updated