Skip to content

Commit a0c2d7a

Browse files
committed
docs: Fix header underlines
1 parent 14eb51b commit a0c2d7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/settings.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource after this duration will fail. Keep this value high enough so clients
3434
can cache the token for a reasonable amount of time.
3535

3636
ACCESS_TOKEN_MODEL
37-
~~~~~~~~~~~~~~~~~
37+
~~~~~~~~~~~~~~~~~~
3838
The import string of the class (model) representing your access tokens. Overwrite
3939
this value if you wrote your own implementation (subclass of
4040
``oauth2_provider.models.AccessToken``).
@@ -101,7 +101,7 @@ The number of seconds before a refresh token gets removed from the database by
101101
the ``cleartokens`` management command. Check :ref:`cleartokens` management command for further info.
102102

103103
REFRESH_TOKEN_MODEL
104-
~~~~~~~~~~~~~~~~~
104+
~~~~~~~~~~~~~~~~~~~
105105
The import string of the class (model) representing your refresh tokens. Overwrite
106106
this value if you wrote your own implementation (subclass of
107107
``oauth2_provider.models.RefreshToken``).
@@ -165,4 +165,4 @@ RESOURCE_SERVER_TOKEN_CACHING_SECONDS
165165
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
166166
The number of seconds an authorization token received from the introspection endpoint remains valid.
167167
If the expire time of the received token is less than ``RESOURCE_SERVER_TOKEN_CACHING_SECONDS`` the expire time
168-
will be used.
168+
will be used.

0 commit comments

Comments
 (0)