diff --git a/oauth2.go b/oauth2.go index d54ee26..0505263 100644 --- a/oauth2.go +++ b/oauth2.go @@ -37,6 +37,8 @@ func RegisterBrokenAuthHeaderProvider(tokenURL string) { // Config describes a typical 3-legged OAuth2 flow, with both the // client application information and the server's endpoint URLs. +// For the client credentials 2-legged OAuth2 flow, see the clientcredentials +// package (https://golang.org/x/oauth2/clientcredentials). type Config struct { // ClientID is the application's ID. ClientID string