summaryrefslogtreecommitdiff
path: root/docs/oauth1/endpoints.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth1/endpoints.rst')
-rw-r--r--docs/oauth1/endpoints.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/oauth1/endpoints.rst b/docs/oauth1/endpoints.rst
index b01d7f8..0b76212 100644
--- a/docs/oauth1/endpoints.rst
+++ b/docs/oauth1/endpoints.rst
@@ -1,20 +1,35 @@
Provider endpoints
==================
+.. contents:: OAuth 1 Provider Endpoints
+ :depth: 3
+
Each endpoint is responsible for one step in the OAuth 1 workflow. They can be
used either independently or in a combination. They depend on the use of a
:doc:`validator`.
See :doc:`preconfigured_servers` for available composite endpoints/servers.
+AuthorizationEndpoint
+---------------------
+
.. autoclass:: oauthlib.oauth1.AuthorizationEndpoint
:members:
+AccessTokenEndpoint
+-------------------
+
.. autoclass:: oauthlib.oauth1.AccessTokenEndpoint
:members:
+RequestTokenEndpoint
+--------------------
+
.. autoclass:: oauthlib.oauth1.RequestTokenEndpoint
:members:
+ResourceEndpoint
+----------------
+
.. autoclass:: oauthlib.oauth1.ResourceEndpoint
:members: