commit | ce350bff61d844ec163c2a0c0eaf35c71948cae7 | [log] [tgz] |
---|---|---|
author | Tim Cooper <tim.cooper@layeh.com> | Mon May 28 21:28:30 2018 |
committer | Gopher Robot <gobot@golang.org> | Mon Mar 03 20:45:23 2025 |
tree | d4a0e25c2d00c3b81da6bc629c0ec08bd4d25d9c | |
parent | 44967abe9097d1169118ef5de80b29ef293edc15 [diff] |
oauth2: remove unneeded TokenSource implementation in transport test Change-Id: I2dca3a211f7b7e30ae023635c5ac44b6237ee01c Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/114957 Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com>
oauth2 package contains a client implementation for OAuth 2.0 spec.
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://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/oauth2.
Note: