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 4728e08 commit 2d6b4fdCopy full SHA for 2d6b4fd
pkce.go
@@ -51,7 +51,7 @@ func S256ChallengeFromVerifier(verifier string) string {
51
}
52
53
// S256ChallengeOption derives a PKCE code challenge derived from verifier with
54
-// method S256. It should be passed to Config.AuthCodeURL or Config.DeviceAccess
+// method S256. It should be passed to Config.AuthCodeURL or Config.DeviceAuth
55
// only.
56
func S256ChallengeOption(verifier string) AuthCodeOption {
57
return challengeOption{
0 commit comments