oauth2/google/internal/externalaccount
Cody Oss 8b1d76fa04 google: restore 1.11 compatibility
NewRequestWithContext requires 1.13. As this is just a convenience
we should try to retatin the 1.11 compatibility by using NewRequest
then calling WithContext instead.

Change-Id: I6208a92061b208a119fdf04fd561a3e4d22bc547
Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/283535
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>
Trust: Tyler Bui-Palsulich <tbp@google.com>
Trust: Cody Oss <codyoss@google.com>
Run-TryBot: Tyler Bui-Palsulich <tbp@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
2021-01-13 16:05:01 +00:00
..
testdata google: base account credentials with file-sourcing 2021-01-12 20:04:29 +00:00
basecredentials.go google: base account credentials with file-sourcing 2021-01-12 20:04:29 +00:00
basecredentials_test.go google: base account credentials with file-sourcing 2021-01-12 20:04:29 +00:00
clientauth.go google: add utilities supporting upcoming oauth2 functionality 2020-11-09 20:14:03 +00:00
clientauth_test.go google: add utilities supporting upcoming oauth2 functionality 2020-11-09 20:14:03 +00:00
err.go google: add utilities supporting upcoming oauth2 functionality 2020-11-09 20:14:03 +00:00
err_test.go google: add utilities supporting upcoming oauth2 functionality 2020-11-09 20:14:03 +00:00
filecredsource.go google: base account credentials with file-sourcing 2021-01-12 20:04:29 +00:00
filecredsource_test.go google: base account credentials with file-sourcing 2021-01-12 20:04:29 +00:00
sts_exchange.go google: restore 1.11 compatibility 2021-01-13 16:05:01 +00:00
sts_exchange_test.go google: add ExchangeToken() to run STS exchanges. 2020-12-03 00:10:11 +00:00