Skip to content

LicenseStatus

Defined in: LicenseGate.ts:11

Current license status for UI display.

PropertyModifierTypeDescriptionDefined in
activereadonlybooleanWhether any valid license is active.LicenseGate.ts:13
expiresInSecondsreadonlynumber | nullSeconds until the cached token expires, or null if no license.LicenseGate.ts:19
flagsreadonlyreadonly string[]Feature flags granted by the current license.LicenseGate.ts:17
licenseKeyreadonlystring | nullRaw license key (e.g. DAN-AAAA-BBBB-CCCC), or null if no license.LicenseGate.ts:21
planreadonly"paid" | "sponsor" | nullPlan tier, or null if no license.LicenseGate.ts:15