commit | 44967abe9097d1169118ef5de80b29ef293edc15 | [log] [tgz] |
---|---|---|
author | Oleksandr Redko <oleksandr.red+github@gmail.com> | Thu Jan 30 22:35:58 2025 |
committer | Gopher Robot <gobot@golang.org> | Mon Mar 03 20:07:38 2025 |
tree | d32a21de47f52f3a41ed66193f08c4027c68c3f1 | |
parent | 9c82a8cf7ac23b0c34d335ffae37db2995a5ad37 [diff] |
google: fix typos Change-Id: I8fc92767c1ea73e731736056c72628977017301e Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/645775 Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Sean Liao <sean@liao.dev> 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: