We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b177c21 commit 5acbebbCopy full SHA for 5acbebb
oauth2.go
@@ -140,7 +140,7 @@ func SetAuthURLParam(key, value string) AuthCodeOption {
140
//
141
// State is a token to protect the user from CSRF attacks. You must
142
// always provide a non-empty string and validate that it matches the
143
-// the state query parameter on your redirect callback.
+// state query parameter on your redirect callback.
144
// See http://tools.ietf.org/html/rfc6749#section-10.12 for more info.
145
146
// Opts may include AccessTypeOnline or AccessTypeOffline, as well
0 commit comments