We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a7019 commit 5dab416Copy full SHA for 5dab416
oauth2.go
@@ -31,7 +31,7 @@ var NoContext = context.TODO()
31
// which doesn't support the HTTP Basic authentication
32
// scheme to authenticate with the authorization server.
33
// Once a server is registered, credentials (client_id and client_secret)
34
-// will be passed as query parameters rather than being present
+// will be passed as parameters in the request body rather than being present
35
// in the Authorization header.
36
// See https://code.google.com/p/goauth2/issues/detail?id=31 for background.
37
func RegisterBrokenAuthHeaderProvider(tokenURL string) {
0 commit comments