Skip to main content

DelegationToken

@iota/identity-wasm API documentation


Class: DelegationToken

A token minted by a controller that allows another entity to act in its stead - with full or reduced permissions.

Properties

id

readonly id: string

Returns the ID of this DelegationToken.


controller

readonly controller: string

Returns the ID of the ControllerCap that minted this DelegationToken.


controllerOf

readonly controllerOf: string

Returns the ID of the object this token controls.


permissions

readonly permissions: DelegatePermissions

Returns the permissions of this token.