summaryrefslogtreecommitdiff
path: root/docs/oauth2/oidc/dispatchers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth2/oidc/dispatchers.rst')
-rw-r--r--docs/oauth2/oidc/dispatchers.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/oauth2/oidc/dispatchers.rst b/docs/oauth2/oidc/dispatchers.rst
new file mode 100644
index 0000000..f4d395e
--- /dev/null
+++ b/docs/oauth2/oidc/dispatchers.rst
@@ -0,0 +1,24 @@
+Dispatchers
+-----------
+
+.. contents::
+ :depth: 2
+
+Authorization Request
+^^^^^^^^^^^^^^^^^^^^^
+
+.. autoclass:: oauthlib.openid.connect.core.grant_types.ImplicitTokenGrantDispatcher
+ :members:
+ :inherited-members:
+
+
+.. autoclass:: oauthlib.openid.connect.core.grant_types.AuthorizationCodeGrantDispatcher
+ :members:
+ :inherited-members:
+
+Token Request
+^^^^^^^^^^^^^
+
+.. autoclass:: oauthlib.openid.connect.core.grant_types.AuthorizationTokenGrantDispatcher
+ :members:
+ :inherited-members: