ProcessSystemInfo

interface ProcessSystemInfo {
    license?: string;
    recaptcha_token?: string;
}

Properties

license?: string

Base64 encoded license file

ProcessSystemInfo

recaptcha_token?: string

For internal use. Demo-sites recaptcha token.

ProcessSystemInfo