# LicenseKeyValidityState Enumeration

The list of all available states which the license checker can return.

# Enumeration members

# EXPIRED

EXPIRED: = "expired"

Defined in src/helpers/licenseKeyValidator.ts:14 (opens new window)


# INVALID

INVALID: = "invalid"

Defined in src/helpers/licenseKeyValidator.ts:13 (opens new window)


# MISSING

MISSING: = "missing"

Defined in src/helpers/licenseKeyValidator.ts:15 (opens new window)


# VALID

VALID: = "valid"

Defined in src/helpers/licenseKeyValidator.ts:12 (opens new window)