commit | ac571fa341c2a2b979d2b2c8341fd24767ef5d47 | [log] [tgz] |
---|---|---|
author | Patrik Lundin <[email protected]> | Thu Feb 13 07:38:29 2025 +0000 |
committer | Gopher Robot <[email protected]> | Thu Feb 13 07:54:19 2025 -0800 |
tree | a0fa06b10c6c3c43777373bf88c6843f7afc2d99 | |
parent | 314ee5b92bf23c4973aa8e61eba3ff458e80eef2 [diff] |
oauth2: fix docs for Config.DeviceAuth Config.DeviceAccess should be Config.DeviceAuth when using GenerateVerifier() or S256ChallengeOption() Change-Id: Ie21a808387f731d270ae54ea1705de3e786cad7f GitHub-Last-Rev: 2d6b4fd736ce785cc1675b1963be165529b09b1f GitHub-Pull-Request: golang/oauth2#763 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/636216 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Jorropo <[email protected]> Reviewed-by: Jorropo <[email protected]>
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: