oauth2/clientcredentials
Tim Cooper 0448841f0c oauth2: add error type for unsuccessful token endpoint status
Allows the HTTP response and body to be extracted without parsing
the error string, but keeps backwards compatibility for users who
are currently doing so.

Fixes golang/oauth2#173

Change-Id: Id7709da827a155299b047f0bcb74aa8f91b01e96
Reviewed-on: https://go-review.googlesource.com/84156
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-12-19 02:07:21 +00:00
..
clientcredentials.go oauth2: add error type for unsuccessful token endpoint status 2017-12-19 02:07:21 +00:00
clientcredentials_test.go clientcredentials: add option for additional endpoint parameters 2017-03-13 17:59:03 +00:00