The webhook payload schema to return the entitlement message JWT and license related service URLs for video playback.

Hierarchy

  • EntitlementWebhookResponsePayload

Indexable

[k: string]: unknown

Properties

entitlement_message_jwt?: string

The JWT encoded and signed entitlement message that can be used with the DRM license server to receive a DRM license to play back the protected video.

fairplay_license_service_url?: string

An URL to the FairPlay License Service that provides a DRM License to a player's License Request.

fairplay_streaming_certificate_url?: string

An URL to an Apple-issued FairPlay certificate to enable playback of FairPlay DRM-protected videos.

playready_license_service_url?: string

An URL to the PlayReady License Service that provides a DRM License to a player's License Request.

widevine_license_service_url?: string

An URL to the Widevine License Service that provides a DRM License to a player's License Request.

Generated using TypeDoc