Hi Folks, Do we have any way to revoke access or refresh token without calling an API revoke token? Because we have backoffice that allow to terminate account from system and need to clear any data related to hydra such as
• Auth session - I can do by using revoke auth session API
• Consent session - I can do by using revoke consent session API
• Access / Refresh token - We cannot do because we don't have any token store on backoffice side.
Could you please help us for suggestion or any solution to achieve this.