Commit Graph

20 Commits

Author SHA1 Message Date
Patrick Jones 3178b87fa5 google: dummy commit to trigger Trybot after rebasing
Change-Id: Iefbf394e5aa3bc69b5a82ec861b1b4a2b21c941a
2020-12-02 15:40:09 -08:00
Patrick Jones a17de82d3e google: fix spelling and go fmt
Change-Id: Ifc55814018bf66d2e77752d770a51c716376cabc
2020-12-02 15:37:03 -08:00
Patrick Jones aa7010ab25 google: clean up tests and add godoc comments
Change-Id: I54d2702a149d1eccd64f8ef2ed4b4617429c9358
2020-12-02 15:37:03 -08:00
Patrick Jones b1b1e51616 google: add test to ensure optional field works as intended.
Change-Id: I00cb6cf668073883c96ac0144847fa2693414044
2020-12-02 15:37:03 -08:00
Patrick Jones 97d4314441 google: remove remaining cmp.Diff call
Change-Id: I189302ad4f49a206dd298b767a827b0263df8c43
2020-12-02 15:37:02 -08:00
Patrick Jones ccc73e0caf google: change json decoding layout
Change-Id: Idc322fc66cb93e5d61f0c41d5847a2567a5e1019
2020-12-02 15:37:02 -08:00
Patrick Jones 57d1f928e5 google: update error return format.
Change-Id: Id2cd28484e3724eee98757c2f40cbb237dee2c75
2020-12-02 15:37:02 -08:00
Patrick Jones 5908a54aa5 google: update formatting and code structure
Change-Id: I9c45c7848de4ab2e3a685f761c85b1c9405b6eb1
2020-12-02 15:37:02 -08:00
Patrick Jones 801e5611ae google: fix more nits and return early in one error case.
Change-Id: Idafbe36f4add6998e57878fec84a1080ac962511
2020-12-02 15:37:02 -08:00
Patrick Jones 01ea6373cb google: fix error formatting, add ctx argument
Change-Id: If664a760005cc209c7398f2efce5ff324ebc4746
2020-12-02 15:37:02 -08:00
Patrick Jones 5688b03dbc google: add ExchangeToken unit tests 2020-12-02 15:37:02 -08:00
Patrick Jones 520fe129d2 Fixed import issues and test validity. 2020-12-02 15:37:02 -08:00
Patrick Jones cde1045936 Fixed directory structure. 2020-12-02 15:37:02 -08:00
Patrick Jones da03451c43 Fixed file names. 2020-12-02 15:37:02 -08:00
Patrick Jones 3231799286 Go fmt 2020-12-02 15:37:02 -08:00
Patrick Jones 9f31b34f87 Add testing for ExchangeToken() 2020-12-02 15:37:02 -08:00
Patrick Jones f5cea3e01e temp 2020-12-02 15:37:02 -08:00
Patrick Jones 2522fa4915 Tweaked some internal notes 2020-12-02 15:37:02 -08:00
Patrick Jones 358bcd3d11 Draft showing WIP testing approach. 2020-12-02 15:37:02 -08:00
Patrick Jones 9fd604954f google: add utilities supporting upcoming oauth2 functionality
These are used to support some extended utilities to help with STS requests.

Change-Id: Iafc145b06ca42374cfc2ac6572762a50bcf560f2
GitHub-Last-Rev: 3085fe5703
GitHub-Pull-Request: golang/oauth2#439
Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/259777
Trust: Cody Oss <codyoss@google.com>
Run-TryBot: Cody Oss <codyoss@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>
2020-11-09 20:14:03 +00:00