An interface for managing a channel's associated custom identifiers.
Methods
list() → {Promise.<Array.<AssociatedIdentifier>>|Promise.<Array>}
Retrieve the current mapping of keys to identifiers.
Returns:
-
- Type:
-
Promise.<Array.<AssociatedIdentifier>>
the current mapping of keys to identifiers as an array
-
- Type:
-
Promise.<Array>