From f88c24c4528dcb8cc565f9b863a8fa43e21a8312 Mon Sep 17 00:00:00 2001 From: Patrick Jones Date: Mon, 19 Oct 2020 13:29:39 -0700 Subject: [PATCH] Updated comment formatting. --- google/internal/externalaccount/oauth/clientauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/internal/externalaccount/oauth/clientauth.go b/google/internal/externalaccount/oauth/clientauth.go index 94755c8..1a5b7fd 100644 --- a/google/internal/externalaccount/oauth/clientauth.go +++ b/google/internal/externalaccount/oauth/clientauth.go @@ -9,7 +9,7 @@ import ( // ClientAuthentication represents an OAuth client ID and secret and the mechanism for passing these credentials as stated in rfc6749#2.3.1. type ClientAuthentication struct { - //Can be either basic or request-body + //AuthStyle can be either basic or request-body AuthStyle oauth2.AuthStyle ClientID string ClientSecret string