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 99b3346 commit 71fa350Copy full SHA for 71fa350
docs/misc/pkce.rst
@@ -130,9 +130,7 @@ Note that your client should have kept ``code_verifier`` a secret until this ste
130
})
131
}
132
133
-| D. The authorization server transforms "code_verifier" and compares
134
-| it to "t(code_verifier)" from (B). Access is denied if they are
135
-| not equal.
+.. D:: The authorization server transforms "code_verifier" and compares it to "t(code_verifier)" from (B). Access is denied if they are not equal.
136
137
This will call ``model.getAuthorizationCode`` to load the code.
138
The loaded code has to contain ``codeChallenge`` and ``codeChallengeMethod``.
0 commit comments