Skip to content

Commit f3ec281

Browse files
committed
OAUTH2_BACKEND_CLASS on docs
1 parent ab1f7ab commit f3ec281

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/settings.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ OAUTH2_VALIDATOR_CLASS
6464
The import string of the ``oauthlib.oauth2.RequestValidator`` subclass that
6565
validates every step of the OAuth2 process.
6666

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+
6772
SCOPES
6873
~~~~~~
6974
A dictionnary mapping each scope name to its human description.

0 commit comments

Comments
 (0)