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 4b83411 commit 9b3c759Copy full SHA for 9b3c759
oauth2.go
@@ -145,7 +145,7 @@ func SetAuthURLParam(key, value string) AuthCodeOption {
145
//
146
// Opts may include AccessTypeOnline or AccessTypeOffline, as well
147
// as ApprovalForce.
148
-// It can also be used to pass the PKCE challange.
+// It can also be used to pass the PKCE challenge.
149
// See https://www.oauth.com/oauth2-servers/pkce/ for more info.
150
func (c *Config) AuthCodeURL(state string, opts ...AuthCodeOption) string {
151
var buf bytes.Buffer
0 commit comments