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 22134a4 commit 4728e08Copy full SHA for 4728e08
pkce.go
@@ -21,7 +21,7 @@ const (
21
//
22
// A fresh verifier should be generated for each authorization.
23
// S256ChallengeOption(verifier) should then be passed to Config.AuthCodeURL
24
-// (or Config.DeviceAccess) and VerifierOption(verifier) to Config.Exchange
+// (or Config.DeviceAuth) and VerifierOption(verifier) to Config.Exchange
25
// (or Config.DeviceAccessToken).
26
func GenerateVerifier() string {
27
// "RECOMMENDED that the output of a suitable random number generator be
0 commit comments