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 }
  • drm

    The drm type of the content. Check DRM for possible values.

    Declaration

    Swift

    var drm: DRM { get }
  • The delivery type for key consumption. Check DeliveryType for 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 }