Invalidate OAuth 2.0 Token with no expiry

Hi,

I am using ‘OAuth 2.0 Authentication’ plugin to implement OAuth2 authorisation with Kong.
I have all my tokens set to no expiry by setting config.token_expiration=0.

We have a requirement where we would like to invalid/expire token manually at some point at runtime.

Is this possible with current implementation of the plugin?