LicenseStatus
Defined in: LicenseGate.ts:11
Current license status for UI display.
Properties
Section titled “Properties”| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
active | readonly | boolean | Whether any valid license is active. | LicenseGate.ts:13 |
expiresInSeconds | readonly | number | null | Seconds until the cached token expires, or null if no license. | LicenseGate.ts:19 |
flags | readonly | readonly string[] | Feature flags granted by the current license. | LicenseGate.ts:17 |
licenseKey | readonly | string | null | Raw license key (e.g. DAN-AAAA-BBBB-CCCC), or null if no license. | LicenseGate.ts:21 |
plan | readonly | "paid" | "sponsor" | null | Plan tier, or null if no license. | LicenseGate.ts:15 |