Skip to content

Commit

Permalink
AccessToken docs, fixes #225
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 25, 2015
1 parent 0300402 commit 339f151
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oauth2_provider/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ class AccessToken(models.Model):
* :attr:`user` The Django user representing resources' owner
* :attr:`token` Access token
* :attr:`application` Application instance
* :attr:`expires` Expire time in seconds, defaults to
:data:`settings.ACCESS_TOKEN_EXPIRE_SECONDS`
* :attr:`expires` Date and time of token expiration, in DateTime format
* :attr:`scope` Allowed scopes
"""
user = models.ForeignKey(AUTH_USER_MODEL, blank=True, null=True)
Expand Down

0 comments on commit 339f151

Please sign in to comment.