All Downloader - v1.0.2-alpha
    Preparing search index...

    Interface LicenseTrialData

    Detailed license trial information.

    interface LicenseTrialData {
        activation_key: string;
        api_token: string;
        begin_date: number;
        disabled: boolean;
        end_date: number;
        license_key: string;
        license_type: number;
        uuid: string;
    }
    Index

    Properties

    activation_key: string

    Activation key received

    api_token: string

    API token required for further requests

    begin_date: number

    Unix timestamp of the license start time

    disabled: boolean

    Whether the license is disabled

    end_date: number

    Unix timestamp of the license end time

    license_key: string

    License key string

    license_type: number

    Type of license (e.g., trial, full)

    uuid: string

    Unique UUID for the client