reillywatson / goauth2

Automatically exported from code.google.com/p/goauth2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

oauth.Transport should make it easy to plug different refresh logic #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
oauth.Transport could abstract the refresh flow through an interface, so that 
other implementation (jwt, serviceaccount) could reuse part of the transport 
logic (roundtrip, caching).

context:
https://codereview.appspot.com/9998043/diff/13001/oauth/appengine/serviceaccount
/serviceaccount.go?context=&column_width=999

Original issue reported on code.google.com by pro...@google.com on 6 Jun 2013 at 2:26