Updated comment formatting.

This commit is contained in:
Patrick Jones 2020-10-19 13:29:39 -07:00
parent 697b08f4c6
commit f88c24c452
1 changed files with 1 additions and 1 deletions

View File

@ -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