Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/security / / TokenVerifierStatus
Interface: TokenVerifierStatus
Defined in: packages/security/src/auth/verify.ts:138
Diagnostic snapshot for the rate limiter and concurrent-verify cap. Used by health endpoints / graphorin doctor once those ship.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
cacheSize | readonly | number | - | packages/security/src/auth/verify.ts:139 |
inFlight | readonly | number | - | packages/security/src/auth/verify.ts:140 |
perIpFailures | readonly | number | Distinct IPs currently in the failure window map (SPL-19, capped). | packages/security/src/auth/verify.ts:142 |
perIpLockouts | readonly | number | - | packages/security/src/auth/verify.ts:143 |
perTokenLockouts | readonly | number | - | packages/security/src/auth/verify.ts:144 |