@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface ActivePublishTokenResponse

    Represents the response to a getActivePublishTokenId or getAllActivePublishTokenId request.

    interface ActivePublishTokenResponse {
        tokenIds: number[];
    }
    Index

    Properties

    Properties

    tokenIds: number[]

    List of active publish tokens IDs.