GitHub
  • Preparing search index...
  • The search index is not available
@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • @dolbyio/dolbyio-rest-apis-client
  • streaming
  • publishToken
  • list

Function list

  • list(apiSecret, sortBy, page, itemsOnPage, isDescending?): Promise<PublishToken[]>
  • Lists all publish tokens with specific sorting and pagination.

    Parameters

    • apiSecret: string

      The API Secret used to authenticate this request.

    • sortBy: "Name" | "AddedOn"

      How to sort the response.

    • page: number

      Number of the page to retrieve.

    • itemsOnPage: number

      Number of items per page.

    • isDescending: boolean = false

      Sort by descending order.

    Returns Promise<PublishToken[]>

    A Promise whose fulfillment handler receives an array of PublishToken objects.

    Link

    https://docs.dolby.io/streaming-apis/reference/publishtokenv1_listtokens

    • Defined in streaming/publishToken.ts:90

Settings

Member Visibility

Theme

@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • Loading...

Generated using TypeDoc