Skip to content

Commit 71fa350

Browse files
committed
docs: make section D citation block
1 parent 99b3346 commit 71fa350

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/misc/pkce.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ Note that your client should have kept ``code_verifier`` a secret until this ste
130130
})
131131
}
132132

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.
133+
.. D:: The authorization server transforms "code_verifier" and compares it to "t(code_verifier)" from (B). Access is denied if they are not equal.
136134
137135
This will call ``model.getAuthorizationCode`` to load the code.
138136
The loaded code has to contain ``codeChallenge`` and ``codeChallengeMethod``.

0 commit comments

Comments
 (0)