@dolbyio/dolbyio-rest-apis-client - v6.3.1
    Preparing search index...

    Interface ActivePublishTokenResponse

    Represents the response to a getActivePublishTokenId or getAllActivePublishTokenId request.

    interface ActivePublishTokenResponse {
        tokenIds: number[];
    }
    Index
    tokenIds: number[]

    List of active publish tokens IDs.