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