Will webhook expire after the token expire due to inactivity or after absolute expiry

We are creating webhooks using REST API and the webhook will expire after 30 days. Then we need to refresh webhooks to extend their expiry using Extend Webhook Life API. I have no doubt on that.

But for tokens, Jira has Inactive Expiry & Absolute Expiry Time. If the token access is revoked by these cases, what will happen to the webhooks created using these tokens?

Will the webhook also expire the moment token access is revoked or will it work without any interruptions until their expiry time of 30 days?

Anyone?