tls-devicer
    Preparing search index...

    Interface LicenseInfo

    Result returned by validateLicense.

    interface LicenseInfo {
        maxDevices?: number;
        tier: LicenseTier;
        valid: boolean;
    }
    Index

    Properties

    maxDevices?: number

    Maximum number of unique device IDs the store is allowed to hold. undefined means unlimited (pro / enterprise).

    Resolved tier — always 'free' when valid is false.

    valid: boolean

    true when Polar confirmed the key is active and granted.