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/advanced_topics.rst
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ logo, acceptance of some user agreement and so on.
20
20
* :attr:`client_id` The client identifier issued to the client during the registration process as described in :rfc:`2.2`
21
21
* :attr:`user` ref to a Django user
22
22
* :attr:`redirect_uris` The list of allowed redirect uri. The string consists of valid URLs separated by space
23
+
* :attr:`post_logout_redirect_uris` The list of allowed redirect uris after an RP initiated logout. The string consists of valid URLs separated by space
23
24
* :attr:`client_type` Client type as described in :rfc:`2.1`
24
25
* :attr:`authorization_grant_type` Authorization flows available to the Application
25
26
* :attr:`client_secret` Confidential secret issued to the client during the registration process as described in :rfc:`2.2`
0 commit comments