remainingPoints property

int? remainingPoints
getter/setter pair

The amount of points the user can consume before hitting the rate limit for the current window.

This field is typically only set by the RateLimiter middleware, and is therefore optional in the constructor.

Implementation

int? remainingPoints;