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 ab1f7ab commit f3ec281Copy full SHA for f3ec281
docs/settings.rst
@@ -64,6 +64,11 @@ OAUTH2_VALIDATOR_CLASS
64
The import string of the ``oauthlib.oauth2.RequestValidator`` subclass that
65
validates every step of the OAuth2 process.
66
67
+OAUTH2_BACKEND_CLASS
68
+~~~~~~~~~~~~~~~~~~~~
69
+The import string for the ``oauthlib_backend_class`` used in the ``OAuthLibMixin``,
70
+to get a ``Server`` instance.
71
+
72
SCOPES
73
~~~~~~
74
A dictionnary mapping each scope name to its human description.
0 commit comments