oauth2/google
Burcu Dogan b846388564 oauth2: Removing the inconsistent and duplicate features, better naming
- Removed Flow, flow is a nothing but options.
- Renamed Cacher to Storer.
- Removed the setter from the Transport. Store should do the initial set.
  Getter is not removed, because extra fields are available through
  Transport.Token.Extra(). It's not pleasant to implement a custom Storer
  implementation to read such values.

oauth2: Remove VMs from the AppEngine example title
2014-11-25 14:36:49 -08:00
..
appengine.go oauth2: Removing the inconsistent and duplicate features, better naming 2014-11-25 14:36:49 -08:00
appengine_test.go Introduce an option function type 2014-11-08 09:46:26 +11:00
appenginevm.go Introduce an option function type 2014-11-08 09:46:26 +11:00
appenginevm_test.go Introduce an option function type 2014-11-08 09:46:26 +11:00
example_test.go oauth2: Removing the inconsistent and duplicate features, better naming 2014-11-25 14:36:49 -08:00
google.go Introduce an option function type 2014-11-08 09:46:26 +11:00