@auth Rules: Check if token is valid

Hi,

is it possible to define an @auth rule that simply evaluates the validity of the current token without adding additional fields to the token?

A valid token is IMO a token with a valid timestamp and secret. No other fields needed.