Deauthorization webhook trigger

Hi.

■What I want to do
I am looking to catch Deauthorization events using ZoomWebhook.
This Deauthorization event is,
・If the user manually sign out
・Automatic sign out (if you do not access for 90 days?)
Will the event fire in the same way for both cases?

@yusuke.masuda

The deauthorization event is only when a user uninstalls the production version of your app.

You can find the signed in signed out webhooks here:

The user sign in / out webhooks will be fired when a user logs in / out of their zoom account

@ojus.zoom

Thanks
It seems I misunderstood Deauthorization and SignOut.

I would like to ask you again,
This signed_out event is
・If the user signs out manually
・Automatic sign-out (if you do not access for 90 days?)
Does the event occur the same way in both cases?

In either of these cases:
・If the user signs out manually
・Automatic sign-out (if you do not access for 90 days?)

The webhook will fire

Ok, I understand! thank you!