THEOplayer React Native Connectors
    Preparing search index...

    Interface KeyOSDrmConfiguration

    Describes the configuration of the KeyOS BuyDRM DRM integration.

    interface KeyOSDrmConfiguration {
        integration: "keyos_buydrm";
        integrationParameters?: { "x-keyos-authorization": string };
    }

    Hierarchy

    Index

    Properties

    integration: "keyos_buydrm"

    The identifier of the DRM integration.

    integrationParameters?: { "x-keyos-authorization": string }

    An object of key/value pairs which can be used to pass in specific parameters related to a source into a ContentProtectionIntegration.

    Type Declaration

    • x-keyos-authorization: string

      The KeyOS BuyDRM Authorization Token.


      - Token that will be added to the headers of the license request.