forked from remote/oauth2
Fixed some nits.
Change-Id: I763526c33b0a7952ccc205df421d0e2bee39c4f7
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user