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 0300402 commit 339f151Copy full SHA for 339f151
oauth2_provider/models.py
@@ -175,8 +175,7 @@ class AccessToken(models.Model):
175
* :attr:`user` The Django user representing resources' owner
176
* :attr:`token` Access token
177
* :attr:`application` Application instance
178
- * :attr:`expires` Expire time in seconds, defaults to
179
- :data:`settings.ACCESS_TOKEN_EXPIRE_SECONDS`
+ * :attr:`expires` Date and time of token expiration, in DateTime format
180
* :attr:`scope` Allowed scopes
181
"""
182
user = models.ForeignKey(AUTH_USER_MODEL, blank=True, null=True)
0 commit comments