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.

Please be careful when adjusting or changing authority. Authorities have the complete control and access to your DSA. Make sure that you only add addresses you control as Authorities.

See More: Advanced Topics - Temp Authority

Last updated