简体   繁体   English

从Android应用注销Google用户

[英]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; 我已经可以使用此博客文章对从android应用到我的应用引擎网站的用户进行身份验证; http://blog.notdot.net/2010/05/Authenticating-against-App-Engine-from-an-Android-app 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. 如果要撤消一个应用程序的权限,则必须在Web上输入您的帐户设置,然后输入安全性->访问管理。 This's my favorite way. 这是我最喜欢的方式。 some link likes: https://www.google.com/settings/u/1/security 一些链接喜欢: https : //www.google.com/settings/u/1/security

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google Firebase 注销并忘记 Android 应用中的用户 - Google Firebase sign out and forget user in Android app 用户注销:清除默认的Google帐户不会导致帐户选择器显示在Android应用中 - User Sign-out: clearing the default Google account does not cause the account picker to show up in Android app "如何使用 Google 登录从不同的活动中退出用户?" - How to sign out a user from a different activity with Google Sign-in? 在 android 应用程序中从 google 和 facebook 注销 - Sign out from google and facebook in android application 保存Google的用户凭据并使用Android登录吗? - Saving user credentials from google sign in with Android? 如何使用google plus的accessToken从不同的活动中注销android中的用户 - How to use accessToken of google plus to sign out user in android from different activity 如何检查用户是否成功注销了Android的Google登录? - How to check if the user is successful logged out of the Google Sign In Android? Google plus SSO在Android应用中注销功能 - Google plus SSO sign out functionality in android app 如果用户已经登录,则在我的Android应用程序中使用谷歌登录会遇到麻烦 - Troubles with using google sign in in my android app if user is already logged in Android Google plus 注销按钮看起来与 Google 教程文档中的登录按钮不同 - Android Google plus Sign out button looks different from sign in button in Google tutorial docs
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM