REST ClientPubSubResourceCopy page|View as Markdown|Open in Claude|More actionsPubSub API namespace for token creation. Methods createTokenCreate a PubSub token. Example 1import { RestClient } from "@signalwire/sdk";23const client = new RestClient();4const result = await client.pubsub.createToken({ channels: ['notifications'] });