-
Notifications
You must be signed in to change notification settings - Fork 1k
authhandler: Remove example_test.go #488
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
Conversation
Add OAuthClientTokenSource in google/google.go Add DefaultAuthorizationHandler in authhandler.go
Added authhandler.go, which implements a TokenSource to support "three-legged OAuth 2.0" via a custom AuthorizationHandler. Added default_authhandler.go to provide a command line implementation for AuthorizationHandler.
Sync from upstream
|
This PR (HEAD: baf4632) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/oauth2/+/309469 to see it. Tip: You can toggle comments from me using the |
|
Message from Bryan C. Mills: Patch Set 1: Run-TryBot+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/309469. |
|
Message from Go Bot: Patch Set 1: SlowBots beginning. Status page: https://farmer.golang.org/try?commit=ffd44109 Please don’t reply on this GitHub thread. Visit golang.org/cl/309469. |
|
Message from Cody Oss: Patch Set 1: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/309469. |
|
Message from Go Bot: Patch Set 1: TryBot-Result+1 SlowBots are happy. SlowBot builds that ran:
Please don’t reply on this GitHub thread. Visit golang.org/cl/309469. |
The example test implementation uses stdin, which does not work in all environments: golang/go#45523 Removing for now to unblock release. Change-Id: I49bafa9fe1d973b7c1d7ce00f51f110f9aa4a5a6 GitHub-Last-Rev: baf4632 GitHub-Pull-Request: #488 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/309469 Reviewed-by: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> Trust: Cody Oss <codyoss@google.com> TryBot-Result: Go Bot <gobot@golang.org>
|
This PR is being closed because golang.org/cl/309469 has been merged. |
The example test implementation uses stdin, which does not work in all environments:
golang/go#45523
Removing for now to unblock release.