Describes the configuration of the Axinom DRM integration.
const drmConfiguration = { integration : 'axinomDRM', fairplay: { certificateURL: 'yourAxinomCertificateUrl', licenseAcquisitionURL: 'yourAxinomLicenseAcquisitionURL' }, integrationParameters: { token: 'yourAxinomToken' }} Copy
const drmConfiguration = { integration : 'axinomDRM', fairplay: { certificateURL: 'yourAxinomCertificateUrl', licenseAcquisitionURL: 'yourAxinomLicenseAcquisitionURL' }, integrationParameters: { token: 'yourAxinomToken' }}
The identifier of the DRM integration.
The expected integration parameters.
Describes the configuration of the Axinom DRM integration.