Represents a verification script resource that comes in a VAST extension for VAST versions <= 3 or a verification node for VAST versions >= 4

interface VerificationResource {
    params?: string;
    validationScriptUrl: string;
    vendorKey?: string;
}

Properties

params?: string

Optional stringified parameters to be used by the verification script

validationScriptUrl: string

The location of the verification script file

vendorKey?: string

An optional vendor key to be used by the verification script