Skip to content

Commit

Permalink
Godocicize comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Halbert <christopher.halbert@gmail.com>
  • Loading branch information
chrishalbert committed Jan 16, 2024
1 parent 520614c commit 0d3b4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/google.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func Setup(redirectURL, credFile string, scopes []string, secret []byte) {
}
}

// Setup the authorization path without a config file
// SetupFromString accepts string values for ouath2 Configs
func SetupFromString(redirectURL, clientID string, clientSecret string, scopes []string, secret []byte) {
store = cookie.NewStore(secret)

Expand Down

0 comments on commit 0d3b4b8

Please sign in to comment.