File: details.rst

package info (click to toggle)
django-oauth-toolkit 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,156 kB
  • sloc: python: 11,100; makefile: 159; javascript: 9; sh: 6
file content (26 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Views code and details
======================


Generic
-------
Generic views are intended to use in a "batteries included" fashion to protect own views with OAuth2 authentication and
Scopes handling.

.. automodule:: oauth2_provider.views.generic
    :members:

Mixins
------
These views are mainly for internal use, but advanced users may use them as basic components to customize OAuth2 logic
inside their Django applications.

.. automodule:: oauth2_provider.views.mixins
    :members:

Base
----
Views needed to implement the main OAuth2 authorization flows supported by Django OAuth Toolkit.

.. automodule:: oauth2_provider.views.base
    :members: