Fixed some nits.

Change-Id: I763526c33b0a7952ccc205df421d0e2bee39c4f7
This commit is contained in:
Patrick Jones
2021-03-17 15:25:58 -07:00
parent da817920f0
commit 9d2d872dac
2 changed files with 19 additions and 30 deletions

View File

@@ -19,7 +19,7 @@ type clientAuthentication struct {
ClientSecret string
}
// InjectAuthentication is simply used to add authentication to a Secure Token Service exchange
// InjectAuthentication is used to add authentication to a Secure Token Service exchange
// request. It modifies either the passed url.Values or http.Header depending on the desired
// authentication format.
func (c *clientAuthentication) InjectAuthentication(values url.Values, headers http.Header) {