csi-driver-nfs/vendor/golang.org/x/oauth2
andyzhangx 9cf4719a97 chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
..
internal chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
.travis.yml Update vendor from go modules 2020-02-02 15:55:23 +01:00
AUTHORS Add vendor dependencies 2019-02-07 14:49:15 +05:30
CONTRIBUTING.md Update vendor from go modules 2020-02-02 15:55:23 +01:00
CONTRIBUTORS Add vendor dependencies 2019-02-07 14:49:15 +05:30
LICENSE Add vendor dependencies 2019-02-07 14:49:15 +05:30
README.md chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
go.mod chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
go.sum chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
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

Go Reference Build Status

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 pkg.go.dev 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 pkg.go.dev/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.