Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 live.com OAuth 中撤销访问令牌的 url 或请求是什么?Google Oauth 上的类似请求是:
POST https://accounts.google.com/o/oauth2/revoke?token=%access_or_refresh_token%
从这个链接: http: //msdn.microsoft.com/en-us/library/ff752110.aspx,撤销同意似乎是一个手动过程,即使那样,它也不会立即撤销令牌。