commit | f6687ab2804cbebdfdeef385bee94918b1ce83de | [log] [tgz] |
---|---|---|
author | akay <akaij@users.noreply.github.com> | Wed Apr 14 21:30:59 2021 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri May 14 16:43:44 2021 +0000 |
tree | 7992fdb3d60f9e1ad042867936db6a6b7e01ec89 | |
parent | 99637282817bf40198c0ef6e9900f8f2050d5a49 [diff] |
endpoints: add Battlenet endpoints OAuth APIs: https://develop.battle.net/documentation/battle-net/oauth-apis Change-Id: I7c10f68c6ef0cb9b77cffa104e71a7198a599c89 GitHub-Last-Rev: e9596432c8cc6f91346cd6f38d14802ea6e35dd0 GitHub-Pull-Request: golang/oauth2#489 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/310249 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Trust: Brad Fitzpatrick <bradfitz@golang.org> Trust: Heschi Kreinick <heschi@google.com> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Go Bot <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.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.