We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339f151 commit 8d42125Copy full SHA for 8d42125
oauth2_provider/views/generic.py
@@ -17,7 +17,8 @@ class ProtectedResourceView(ProtectedResourceMixin, View):
17
18
class ScopedProtectedResourceView(ScopedResourceMixin, ProtectedResourceView):
19
"""
20
- Generic view protecting resources by providing OAuth2 authentication and Scopes handling out of the box
+ Generic view protecting resources by providing OAuth2 authentication and Scopes handling
21
+ out of the box
22
23
pass
24
0 commit comments