We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4e0c7 commit 41d06dcCopy full SHA for 41d06dc
httpclient/client.go
@@ -132,7 +132,7 @@ func BuildClient(config ClientConfig) (*Client, error) {
132
return nil, err
133
}
134
135
- // Initialize AuthTokenHandler
+ // Initialize AuthTokenHandler test
136
clientCredentials := authenticationhandler.ClientCredentials{
137
Username: config.Auth.Username,
138
Password: config.Auth.Password,
0 commit comments