使用 Linkedin 的 REST API 时如何注销用户?

How to log the user out when using Linkedin's REST API?

令人惊讶的是,我找不到用于将用户从我的 Linkedin 连接的应用程序注销的 REST 端点。

在 JavaScript API (https://developer.linkedin.com/docs/js-sdk, § "Log the user out"), but nowhere to be found on https://developer.linkedin.com/docs/oauth2.

四处搜索后,我发现 this Whosebug answer,这似乎表明无法通过 REST 端点注销用户。答案引用了 LinkedIn 开发者网站上的 link,该网站已损坏,但答案中的引述如下:

Third party applications do not have any way to log a user out from LinkedIn - this is controlled by the website. Invalidating the token makes the user re-authorize the next time they try to use the application, but once they have logged into LinkedIn their browser will remain logged in until they log out via the website.