LicenseRefreshAsset
public protocol LicenseRefreshAsset : Decodable, Encodable
License Refresh Asset Base for License refresh assets
-
The unique id of the content
Declaration
Swift
var contentId: String { get } -
The delivery type for key consumption. Check
DeliveryTypefor possible values.Declaration
Swift
var delivery: DeliveryType { get } -
License url of the content
Declaration
Swift
var licenseUrl: String { get } -
License refresh token of the content
Declaration
Swift
var licenseRefreshToken: String { get }