简体   繁体   中英

Sign out google user from android app

I have been able to authenticate users from android app to my app engine site using this blog post; http://blog.notdot.net/2010/05/Authenticating-against-App-Engine-from-an-Android-app

For the first login; permission dialog appears. And after allowing the app the user is authenticated. How can i sign out this user? How can i remove the granted permissions?

You can't. It is only removed after you uninstall the app. So if this is for testing, re-installing will do. Otherwise you just have to live with it.

if you want to revoke permission for one app, you must enter your account setting on web, then security->access manage. This's my favorite way. some link likes: https://www.google.com/settings/u/1/security

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM