commit | 1e6999b1be5067eb130167a5dc35905ee5cd01aa | [log] [tgz] |
---|---|---|
author | Chris Smith <chrisdsmith@google.com> | Tue Dec 26 16:31:37 2023 -0700 |
committer | Cody Oss <codyoss@google.com> | Thu Jan 04 15:11:51 2024 +0000 |
tree | d996e127616a8527982cd335e9a29d5cc6398c90 | |
parent | 6e9ec9323da7adcd2cc6e62e4deb9fae4c309a1a [diff] |
google: add UniverseDomain to CredentialsParams Change-Id: I7925b8341e1f047d0115acd7a01a34679a489ee0 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/552716 Reviewed-by: Cody Oss <codyoss@google.com> Run-TryBot: Cody Oss <codyoss@google.com> Reviewed-by: Viacheslav Rostovtsev <virost@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: