I am using solution provided here https://developers.google.com/gmail/api/quickstart/android to authenticate using gmail, while it works fine when i logout, I am unable to figure out about how to sign out.
I have tried following
GoogleAuthUtil.clearToken(AuthMainActivity.this,mCredential.getToken());
But clearing token seems to be not helping.