commit | 02e64fa58f26dad2ce3170616de8731519142388 | [log] [tgz] |
---|---|---|
author | Ryan Kohler <ryan.c.kohler@gmail.com> | Wed Jun 08 20:05:19 2022 +0000 |
committer | Cody Oss <codyoss@google.com> | Tue Jun 28 20:08:09 2022 +0000 |
tree | 42839018a13fdf50952946e622e0049b3edcd0b5 | |
parent | fd043fe589d2d1486b6af56f44a691e819752a23 [diff] |
google/internal/externalaccount: create executable credentials This changeset would allow users to specify a command to be run which will return a token Change-Id: If84cce97c273cdd08ef2010a1693cd813d053ed3 GitHub-Last-Rev: 98f37871caf9f21b5d47f197ef7447f6961f5b47 GitHub-Pull-Request: golang/oauth2#563 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/404114 Reviewed-by: Tyler Bui-Palsulich <tbp@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Cody Oss <codyoss@google.com> Reviewed-by: Cody Oss <codyoss@google.com>
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.