commit | 6f1e6394065a17f7c4e686dad23e06b6843e20e0 | [log] [tgz] |
---|---|---|
author | Patrick Jones <patrick_j_jones@sbcglobal.net> | Wed Aug 04 21:45:42 2021 +0000 |
committer | Cody Oss <codyoss@google.com> | Thu Aug 05 13:40:26 2021 +0000 |
tree | ad28a7b16d58779feb3bb6a327d366e156186b0a | |
parent | a41e5a7819143202e8d21fb9ac9c659fbd501fb3 [diff] |
google/downscope: update documentation Change-Id: Ib4dfc7b554c1e7565cc61bc372a98ddd390e7453 GitHub-Last-Rev: 63894e56810431f8a45d381f4ffb123da1a1b8e0 GitHub-Pull-Request: golang/oauth2#512 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/338389 Reviewed-by: Cody Oss <codyoss@google.com> Reviewed-by: Chris Broadfoot <cbro@golang.org> Trust: Cody Oss <codyoss@google.com> Trust: Chris Broadfoot <cbro@golang.org> Run-TryBot: Cody Oss <codyoss@google.com> Run-TryBot: Chris Broadfoot <cbro@golang.org> 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.