csi-driver-nfs/vendor/golang.org/x/oauth2
andyzhangx f7a1b9aec1 chore: upgrade k8s dependencies 2021-01-02 00:46:27 +00:00
..
internal Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
.travis.yml Update vendor from go modules 2020-02-02 15:55:23 +01:00
AUTHORS
CONTRIBUTING.md Update vendor from go modules 2020-02-02 15:55:23 +01:00
CONTRIBUTORS
LICENSE
README.md chore: upgrade k8s dependencies 2021-01-02 00:46:27 +00:00
go.mod Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
go.sum Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
oauth2.go Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
token.go Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
transport.go Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00

README.md

OAuth2 for Go

Build Status GoDoc

oauth2 package contains a client implementation for OAuth 2.0 spec.

Installation

go get golang.org/x/oauth2

Or you can manually git clone the repository to $(go env GOPATH)/src/golang.org/x/oauth2.

See godoc for further documentation and examples.

Policy for new packages

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 godoc.org/golang.org/x/oauth2/endpoints package.

Report Issues / Send Patches

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.