File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ resource after this duration will fail. Keep this value high enough so clients
3434can cache the token for a reasonable amount of time.
3535
3636ACCESS_TOKEN_MODEL
37- ~~~~~~~~~~~~~~~~~
37+ ~~~~~~~~~~~~~~~~~~
3838The import string of the class (model) representing your access tokens. Overwrite
3939this 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
101101the ``cleartokens `` management command. Check :ref: `cleartokens ` management command for further info.
102102
103103REFRESH_TOKEN_MODEL
104- ~~~~~~~~~~~~~~~~~
104+ ~~~~~~~~~~~~~~~~~~~
105105The import string of the class (model) representing your refresh tokens. Overwrite
106106this value if you wrote your own implementation (subclass of
107107``oauth2_provider.models.RefreshToken ``).
@@ -165,4 +165,4 @@ RESOURCE_SERVER_TOKEN_CACHING_SECONDS
165165~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
166166The number of seconds an authorization token received from the introspection endpoint remains valid.
167167If 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.
You can’t perform that action at this time.
0 commit comments