commit | 49a531d12a9ad6fa9f5a070d577ac752ada772c9 | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Thu Jan 02 20:08:14 2025 +0800 |
committer | Gopher Robot <gobot@golang.org> | Fri Jan 03 18:44:49 2025 -0800 |
tree | ff21487cad5a34370c9d212d7abe37965d47a3b8 | |
parent | 22134a41033e44c2cd074106770ab5b7ca910d15 [diff] |
all: make method and struct comments match the names Change-Id: I9fd025393acc12da59fdac1c416563324cd26af1 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/639695 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@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: