commit | d0e617c58cf747cf27df9762003502f814dd524c | [log] [tgz] |
---|---|---|
author | Chris Smith <chrisdsmith@google.com> | Tue Apr 02 16:20:57 2024 -0600 |
committer | Gopher Robot <gobot@golang.org> | Wed Apr 03 20:36:14 2024 +0000 |
tree | 3475db32a1593376f19aa39ce6e03f549a5fe5b4 | |
parent | 3c9c1f6d00e8761389cd2c50bc4179459d6320b5 [diff] |
google: add Credentials.UniverseDomainProvider * move MDS universe retrieval within Compute credentials Change-Id: I847d2075ca11bde998a06220307626e902230c23 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/575936 Reviewed-by: Cody Oss <codyoss@google.com> Auto-Submit: Cody Oss <codyoss@google.com> Run-TryBot: Cody Oss <codyoss@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> 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: