commit | adffd94437cee5e033b67282039fc9c21708ffc7 | [log] [tgz] |
---|---|---|
author | Chris Smith <chrisdsmith@google.com> | Fri Jan 19 13:42:45 2024 -0700 |
committer | Gopher Robot <gobot@golang.org> | Fri Jan 19 20:50:34 2024 +0000 |
tree | 710f9e137e43a2aba748f2ac4db491bc64192574 | |
parent | deefa7e836e5aa043b2b8102b5b098da53a43903 [diff] |
google/internal/externalaccount: update serviceAccountImpersonationRE to support universe domain Change-Id: Iafe35c293209bd88997c876341ebde7ac9ecda93 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/557195 TryBot-Bypass: Cody Oss <codyoss@google.com> Reviewed-by: Cody Oss <codyoss@google.com> Auto-Submit: Cody Oss <codyoss@google.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: