标签: java android authentication gmail-api
我正在使用此处提供的解决方案https://developers.google.com/gmail/api/quickstart/android来使用gmail进行身份验证,而当我退出时它工作正常,我无法弄清楚如何退出。
我试过以下
GoogleAuthUtil.clearToken(AuthMainActivity.this,mCredential.getToken());
但清算令牌似乎无济于事。