Authority
Manage Authority and Account Access
Add Authority
spells.add({
connector: "authority",
method: "add",
args: [authority]
});Remove Authority
spells.add({
connector: "authority",
method: "remove",
args: [authority]
});Last updated