commit | 2bc19b11175fd0ae72c59c53fa45eff3f93d6a46 | [log] [tgz] |
---|---|---|
author | Cody Oss <codyoss@google.com> | Thu Aug 19 13:00:08 2021 -0600 |
committer | Cody Oss <codyoss@google.com> | Thu Aug 19 19:09:43 2021 +0000 |
tree | 2e60e9ae121788256f08387ec47ec3fa79f7ba4c | |
parent | 7df4dd6e12ab45699df311ba62633e50a9abf657 [diff] |
google/downscope: return body in error message Change-Id: Ic424a95895668c2f37ffdcea2e3012e4c929cbe5 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/343689 Reviewed-by: Tyler Bui-Palsulich <tbp@google.com> Trust: Tyler Bui-Palsulich <tbp@google.com> Trust: Cody Oss <codyoss@google.com> Run-TryBot: Cody Oss <codyoss@google.com> TryBot-Result: Go Bot <gobot@golang.org>
oauth2 package contains a client implementation for OAuth 2.0 spec.
go get golang.org/x/oauth2
Or you can manually git clone the repository to $(go env GOPATH)/src/golang.org/x/oauth2
.
See pkg.go.dev for further documentation and examples.
We no longer accept new provider-specific packages in this repo if all they do is add a single endpoint variable. If you just want to add a single endpoint, add it to the pkg.go.dev/golang.org/x/oauth2/endpoints package.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.