You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Populated when the token was valid (licensed / grace / expired). */
41
+
claims?:LicenseClaims;
42
+
}
43
+
```
44
+
37
45
## verifyLicense()
38
46
39
47
```ts
@@ -98,7 +106,7 @@ Runs the full check:
98
106
2. evaluates the license status;
99
107
3. emits a warning when appropriate.
100
108
101
-
Repeated calls with the same package and token are treated as already handled and return `licensed`.
109
+
Repeated calls with the same package and token are treated as already handled and return the same status computed on the first call (idempotent; not necessarily `licensed`).
0 commit comments