You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can unlink their account by removing access to your application on their Discord `UserSettings->AuthorizedApps` page.
283
+
284
+
If you would like to be notified when a user unlinks this way, you can [configure you application to listen for the `APPLICATION_DEAUTHORIZED` webhook event](/docs/events/webhook-events#application-deauthorized).
285
+
Otherwise, you will know that the user has unlinked because their access token and refresh token (if you have one) will be invalidated.
286
+
280
287
---
281
288
282
289
## Next Steps
@@ -292,7 +299,7 @@ Now that you've successfully implemented account linking with Discord, you can i
0 commit comments