summaryrefslogtreecommitdiff
path: root/example_test.go
AgeCommit message (Expand)Author
2017-03-02oauth2: add example how to use a custom HTTP clientJaana Burcu Dogan
2016-08-24all: deprecate NoContextJaana Burcu Dogan
2016-07-21oauth2: fix stale docsBrad Fitzpatrick
2015-10-22all: change copyright to 'Go Authors'Andrew Gerrand
2015-02-26oauth2: drop pre-1.4 workaroundAndrew Gerrand
2015-01-02oauth2, oauth2/jwt: break JWT off into its own packageBrad Fitzpatrick
2014-12-30oauth2, oauth2/google: add, use ReuseTokenSourceBrad Fitzpatrick
2014-12-16oauth2: rewrite google package, fix the broken buildBurcu Dogan
2014-11-26oauth2: add vanity URL import comments, use the vanity URL on buildsBurcu Dogan
2014-11-25oauth2: Removing the inconsistent and duplicate features, better namingBurcu Dogan
2014-11-08Introduce an option function typeBurcu Dogan
2014-09-04Access type and approval prompt should be set at URL generation.Burcu Dogan
2014-08-18Merge branch 'privatekey'Burcu Dogan
2014-08-18Don't assume private key to be available on a traditional file system.Burcu Dogan
2014-08-16Rename exchange code to code, document as authorization code.Burcu Dogan
2014-08-13Docs improvements, lint error fixes.Burcu Dogan
2014-07-20Fail during conf init if auth or token URL is not valid.Burcu Dogan
2014-07-08remove cacheJohan Euphrosine
2014-06-24Adding TODO to remove dummy tests after go1.4.Burcu Dogan
2014-06-24Fix examples.Burcu Dogan
2014-06-24Handle scan error.Burcu Dogan
2014-06-24Some cleanup, adding Google web flow example.Burcu Dogan
2014-06-24Add examples for regular and JWT configs and transport init.Burcu Dogan