How to clean the list of recent users via Google API? -


i've been searching google api reference didn't manage find way clean list of recent users. use logout api call ('https://www.google.com/accounts/logout?continue=https://appengine.google.com/_ah/logout') next time start logging in, see previous accounts.

every time have click "sign in different account" , remove previous users manually. clean list after use logout call. there way that? in advance!

enter image description here

keep in mind list of users on client side, using federated login method (i.e. not storing usernames/passwords , authenticating within app), , not specific application.

so, logging out revoking authentication of current user specific application. appears working next time visit requiring password re-entered. it's not, however, logging person out of other applications using same auth provider. don't have right application invalidate other applications' sessions, nor user list client against auth provider (which being used, ostensibly, other applications outside of sphere of influence).

in scenario, you're thinking if auth mechanism being used app (which, might in usage, since it's not custom-built auth provider app, have live federated login rules).


Comments