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?