-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google: support url-sourced 3rd party credentials #466
Conversation
Change-Id: I85f24bcca91afa4060bc0f0b0799ba8abbb8abdb
Change-Id: I1eddacc506f9268aafc61ba4727ccd75c8d46d28
This PR (HEAD: 3454980) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/283372 to see it. Tip: You can toggle comments from me using the |
Message from Cody Oss: Patch Set 1: (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/283372. |
Message from Cody Oss: Patch Set 1: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/283372. |
Change-Id: Ibfe8cb23f12c516d9264fcbbee8d8af64b458c89
Message from Patrick Jones: Patch Set 1: (9 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/283372. |
This PR (HEAD: 82dc24d) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/283372 to see it. Tip: You can toggle comments from me using the |
Message from Cody Oss: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/283372. |
Change-Id: I77b1f7b362c3ed9972e278f06045c603abcdd9d4
This PR (HEAD: 9571392) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/283372 to see it. Tip: You can toggle comments from me using the |
Message from Patrick Jones: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/283372. |
Message from Cody Oss: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/283372. |
Message from Go Bot: Patch Set 3: TryBots beginning. Status page: https://farmer.golang.org/try?commit=3767541c Please don’t reply on this GitHub thread. Visit golang.org/cl/283372. |
Message from Go Bot: Patch Set 3: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/283372. |
Message from Cody Oss: Patch Set 3: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/283372. |
Message from Tyler Bui-Palsulich: Patch Set 3: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/283372. |
Implements functionality to allow for URL-sourced 3rd party credentials, expanding the functionality added in #462 . Change-Id: Ib7615fb618486612960d60bee6b9a1ecf5de1404 GitHub-Last-Rev: 9571392 GitHub-Pull-Request: #466 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/283372 Run-TryBot: Cody Oss <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Cody Oss <[email protected]> Trust: Tyler Bui-Palsulich <[email protected]> Trust: Cody Oss <[email protected]>
This PR is being closed because golang.org/cl/283372 has been merged. |
Implements functionality to allow for URL-sourced 3rd party credentials, expanding the functionality added in #462 .