ThrottleByJwtSignatureRule interface
Throttle the client connection by the JWT signature
- Extends
Properties
| max |
Maximum connection count allowed for the same JWT signature. Clients with the same JWT signature will get rejected if the connection count exceeds this value. Default value is 20. |
| type |
Property Details
maxCount
Maximum connection count allowed for the same JWT signature. Clients with the same JWT signature will get rejected if the connection count exceeds this value. Default value is 20.
maxCount?: number
Property Value
number
type
type: "ThrottleByJwtSignatureRule"
Property Value
"ThrottleByJwtSignatureRule"