Skip to content

GateResult

GateResult = "granted" | "gated" | "expired"

Defined in: LicenseGate.ts:8

Access check result for a gated feature.

  • granted: the user has the required flag (or the feature is not gated).
  • gated: the feature requires a license the user does not have.
  • expired: the user had a valid license but it has expired and cannot be refreshed.