Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdobeAccessDRMConfig

Hierarchy

  • AdobeAccessDRMConfig

Index

Properties

Optional LA_URL

LA_URL: string

The URL to the Adobe Access license server for this content. The URL should already include all necessary GET parameters.

Optional authToken

authToken: string

The token required to authenticate on the Access license server.

Optional tokenType

tokenType: "swf" | "dat"

The type of the provided tokenURL. swf can contain multiple tokens while dat is only one specific token. swf is the default value.

Optional tokenURL

tokenURL: string

URL to an Adobe authorization token. Required for PlayerAPI.PlayerType native-flash. The player SWF file needs to be loaded from a domain whitelisted by the token.

Optional wildcardDomains

wildcardDomains: string[]

The list of available wildcard domains the token specified by tokenURL is valid for. Only needed if wildcard domains are included and the tokenType is swf.

Generated using TypeDoc