Django OAuth Toolkit
latest
  • Installation
  • Getting started
  • Tutorials
  • Django Rest Framework
  • Using the views
    • Function-based views
    • Class-based Views
    • Application Views
    • Granted Tokens Views
    • Mixins for Class Based Views
  • Templates
  • Views code and details
  • Models
  • Advanced topics
  • OpenID Connect
  • Signals
  • Settings
  • Separate Resource Server
  • Management commands
  • Glossary
  • Contributing
  • Changelog
Django OAuth Toolkit
  • Using the views
  • Edit on GitHub

Using the views

Django OAuth Toolkit provides a set of pre-defined views for different purposes:

  • Function-based views
    • protected_resource()
    • rw_protected_resource()
  • Class-based Views
  • Application Views
    • ApplicationDelete
    • ApplicationDetail
    • ApplicationList
    • ApplicationOwnerIsUserMixin
    • ApplicationRegistration
    • ApplicationUpdate
  • Granted Tokens Views
    • AuthorizedTokenDeleteView
    • AuthorizedTokensListView
  • Mixins for Class Based Views
    • ClientProtectedResourceMixin
    • OAuthLibMixin
    • OIDCLogoutOnlyMixin
    • OIDCOnlyMixin
    • ProtectedResourceMixin
    • ReadWriteScopedResourceMixin
    • ScopedResourceMixin
Previous Next

© Copyright 2013, Evonove. Revision cbe601c9.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
2.3.0
2.2.0
2.1.0
2.0.0
1.7.1
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.2
1.0.0
0.12.0
0.11.0
Downloads
On Read the Docs
Project Home
Builds