@getdial/sdk - v0.21.0
    Preparing search index...

    Interface SubscribeGrant

    Response of POST /api/v1/listen/subscribe — mints a short-lived PubNub token.

    interface SubscribeGrant {
        channel: string;
        subscribeKey: string;
        token: string;
        ttlSeconds: number;
    }
    Index
    channel: string
    subscribeKey: string
    token: string
    ttlSeconds: number