commit | a6e37e74413a4d6d722478e64afc5c4861f6326f | [log] [tgz] |
---|---|---|
author | aeitzman <eitzman@google.com> | Wed Mar 22 18:48:38 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Wed Mar 22 21:13:33 2023 +0000 |
tree | fc11b6715d8f88f0257d1e512bd46dc80692a3f5 | |
parent | 54b70c833fbb79bc843c93cb706cc4890a084462 [diff] |
google: Updating 3pi documentation Fixing dead links in workload docs, adds workforce documentation Change-Id: Ifad86e1937997f96ef577f5469d1e6fe496197b5 GitHub-Last-Rev: af288081ce36f2e761902cceaf980f5ddf08e682 GitHub-Pull-Request: golang/oauth2#638 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/478555 Auto-Submit: Cody Oss <codyoss@google.com> Reviewed-by: Leo Siracusa <leosiracusa@google.com> Reviewed-by: Cody Oss <codyoss@google.com> Run-TryBot: Cody Oss <codyoss@google.com> TryBot-Result: Gopher Robot <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.
The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. In particular: