commit | cd4f82c27b84ec2516d3c38a5b5acaf8823e2702 | [log] [tgz] |
---|---|---|
author | Shaba Abhiram <shabarivas.abhiram@gmail.com> | Fri Nov 20 05:37:50 2020 +0000 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Sat Mar 13 18:22:46 2021 +0000 |
tree | bb36e0ecf65ee680771ac035253a04ad040a3c42 | |
parent | 5366d9dc1934b408dc3682b22f69674507481b04 [diff] |
endpoints: add Zoom endpoint See #424 Change-Id: I1fa6230082261f60a8e41387ad2bf481df0a1fce GitHub-Last-Rev: 6fba3dd9d1d5e052911338058ea908b8238e8f02 GitHub-Pull-Request: golang/oauth2#453 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/271826 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Trust: Brad Fitzpatrick <bradfitz@golang.org> Trust: Tobias Klauser <tobias.klauser@gmail.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.