LicenseRefreshResponse

public protocol LicenseRefreshResponse : Decodable

License Refresh Response This is available from the response of a refresh license request.

  • License url of Asset

    Declaration

    Swift

    var licenseUrl: String? { get }