Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 539 Bytes

grant.rst

File metadata and controls

30 lines (19 loc) · 539 Bytes

oauth2.grant --- Grant classes and helpers

.. automodule:: oauth2.grant

Helpers and base classes

.. autoclass:: GrantHandlerFactory

.. autoclass:: ScopeGrant

.. autoclass:: Scope

.. automethod:: Scope.parse

Grant classes

.. autoclass:: AuthorizationCodeGrant
   :show-inheritance:

.. autoclass:: ImplicitGrant
   :show-inheritance:

.. autoclass:: ResourceOwnerGrant
   :show-inheritance:

.. autoclass:: RefreshToken
   :show-inheritance: