summaryrefslogtreecommitdiff
path: root/docs/oauth2/oidc/dispatchers.rst
blob: f4d395e2e7a7b8304cc10914f15d1732f125e1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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: