eshivakant / google-api-dotnet-client

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

Support refresh token for OAuth2 #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The library needs to support getting new access token using refresh token 
without user intervention.

Original issue reported on code.google.com by hqi...@google.com on 13 Jun 2011 at 3:14

GoogleCodeExporter commented 9 years ago
Refresh token is supported by third-party DotNetOpenAuth library, and can be 
used with existing Google API core library. ApiExplorerWeb and 
ApiExplorerWinform samples are updated to demonstrate its usage in revision 
3ad6366de075 
(http://code.google.com/p/google-api-dotnet-client/source/detail?r=3ad6366de075c
77bb8e65e3f33689bcd7514c863).

Original comment by hqi...@google.com on 6 Jul 2011 at 10:01