I'm using Ory Hydra as OAuth2 server. There's a config to set custom expiration time, but it's static and used for all tokens that I create. https://www.ory.sh/docs/hydra/guides/token-expiration#access-token-expiration
I want to have the ability to set the token's expiration time when I create a token for the client (expiration time per token) or at least when I create the client (so I'll be able to use different expiration time for different clients). Is it possible?