Commit Graph

14 Commits

Author SHA1 Message Date
Patrick Jones
3ab51622f8 Fixed Tyler's nits
Change-Id: I2dc28d4f427509b3e62eeb9f14b1583178812038
2021-01-12 11:44:53 -08:00
Patrick Jones
5e41ced9dd Changed some test formatting.
Change-Id: Ia1f314ae5edd33bc91b5e950c6499c049219ee79
2021-01-11 13:03:20 -08:00
Patrick Jones
3bbb4361ee Update some nits
Change-Id: I5164549afe6997f4512c9dc1954b97ca7a2c6c4d
2021-01-11 11:26:11 -08:00
Patrick Jones
d16feb8435 Fixed style nit.
Change-Id: I1cd741935fd5e4b7fca70395285f8e458c6e0ae3
2021-01-08 12:35:24 -08:00
Patrick Jones
c37859f59d Bring some tests up to match some current changes.
Change-Id: I741fc5df06f9fa06cf15dd04cba3ff9fbb90e880
2021-01-07 16:35:06 -08:00
Patrick Jones
1555f5377f Fixed 3 nits.
Change-Id: Iaa6de1c6af5f3efe314be069a795222cee1d5fd8
2021-01-07 16:10:26 -08:00
Patrick Jones
9075f29749 google: more nits
Change-Id: I6b655c042e1758a49727909031847a86d092e303
2020-12-17 15:44:00 -08:00
Patrick Jones
80e2eea187 google: fixing more nits
Change-Id: Ie637113fa2363a40e05f51345efbd87d22bfe54a
2020-12-17 11:26:51 -08:00
Patrick Jones
08114d04f5 google: minor tweaks
Change-Id: Ic0e6363b19bbfd40df6b7b15322abf43c9990688
2020-12-15 08:53:28 -08:00
Patrick Jones
4c1e0860ce google: fix nomenclature feedback and changed time.Now implementation to allow for testing for time in unit tests. The unit tests will not pass at the moment; awaiting feedback on whether to use a test credential source or rely on a separate one.
Change-Id: I20605fa161911f325ab41fc345436d08ed17ed5e
2020-12-14 12:51:43 -08:00
Patrick Jones
27c17b47d1 google: addressed formatting feedback
Change-Id: I8c5c60f03b537834c59420c1f096ef97f9ada8c2
2020-12-10 15:21:47 -08:00
Patrick Jones
9d330345dc google: base account credential support 2020-12-08 12:30:42 -08:00
Patrick Jones
0b49973bad google: add ExchangeToken() to run STS exchanges.
Adds the ExchangeToken() function and support structs, but depends on  https://github.com/golang/oauth2/pull/439

Change-Id: Id738a27b0c2ac083409156af1f60283b9140b159
GitHub-Last-Rev: 1aa066dc21
GitHub-Pull-Request: golang/oauth2#444
Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/261918
Run-TryBot: Tyler Bui-Palsulich <tbp@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Tyler Bui-Palsulich <tbp@google.com>
Trust: Cody Oss <codyoss@google.com>
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>
2020-12-03 00:10:11 +00: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