commit | 34a7afaa8571b555a177d9bf0360276cbb94f630 | [log] [tgz] |
---|---|---|
author | Chris Smith <chrisdsmith@google.com> | Thu Feb 29 14:37:02 2024 -0700 |
committer | Cody Oss <codyoss@google.com> | Mon Mar 04 19:42:12 2024 +0000 |
tree | bfef3bd73eb0ba1c0fabe1d25e3728be06ff5f36 | |
parent | 95bec9538152e03de0cfbaf64cd3af163b8cef30 [diff] |
google/externalaccount: add Config.UniverseDomain Change-Id: Ia1caee246da68c01addd06e1367ed1e43645826b Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/568216 Reviewed-by: Alex Eitzman <eitzman@google.com> Reviewed-by: Cody Oss <codyoss@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
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: