0
我已經找到了Facebook的:DELETE/{USER_ID} /權限 但沒有發現像上面的谷歌 我使用以下Laravel包https://github.com/oriceon/oauth-5-laravel如何撤銷谷歌用戶訪問的OAuth登錄
我已經找到了Facebook的:DELETE/{USER_ID} /權限 但沒有發現像上面的谷歌 我使用以下Laravel包https://github.com/oriceon/oauth-5-laravel如何撤銷谷歌用戶訪問的OAuth登錄
你需要撤銷的OAuth代幣
$ client-> revokeToken();
檢查文檔使用的oauth2時,這可能幫助你 https://developers.google.com/identity/protocols/OAuth2WebServer
我已經使用HTTP \ REST呼叫 –
[服務器端去除Oauth權杖的(可能的重複https://stackoverflow.com/questions/11087240/server-side-removal-of -oauth-token) – aynber
[在PHP中吊銷Google Access令牌]的可能重複(https://stackoverflow.com/questions/31515231/revoke-google-access-token-in-php) – Morfinismo