You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/misc/pkce.rst
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,13 @@ See :rfc:`Section 1 of RFC 7636 <7636#section-1.1>`.
38
38
39
39
.. _PKCE#authorizationRequest:
40
40
41
-
|A. The client creates and records a secret named the "code_verifier"
42
-
|and derives a transformed version "t(code_verifier)" (referred to as the "code_challenge"),
43
-
|which is sent in the OAuth 2.0 Authorization Request along with the transformation method "t_m".
41
+
.. A:: The client creates and records a secret named the "code_verifier" and derives a transformed version "t(code_verifier)" (referred to as the "code_challenge"), which is sent in the OAuth 2.0 Authorization Request along with the transformation method "t_m".
44
42
45
43
The following shows an example of how a client could generate a `code_challenge`` and
46
44
``code_challenge_method`` for the authorizazion request.
0 commit comments