anuj607 / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

how to logout google account after access data #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
how to logout google account after access data

Original issue reported on code.google.com by shambhu....@gmail.com on 21 Jan 2012 at 11:21

GoogleCodeExporter commented 9 years ago
Issue 72 has been merged into this issue.

Original comment by chirags@google.com on 24 Jan 2012 at 5:13

GoogleCodeExporter commented 9 years ago
You can't programmatically log out the user, but you can forget any tokens you 
had from the user. To disconnect more throughly use the token revoke endpoint: 
https://developers.google.com/accounts/docs/OAuth2WebServer#tokenrevoke

Original comment by ianbar...@google.com on 22 Mar 2013 at 1:46