summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/endpoints/access_token.py
Commit message (Expand)AuthorAgeFilesLines
* redid the docstring fixesjonathan vanasco2018-09-101-2/+4
* Rtd docs fix (#515)Jonathan Huot2018-02-281-1/+1
* Sorted imports.Omer Katz2017-09-171-1/+1
* adding validator_log to store what the endpoint computedjonathan vanasco2015-08-121-0/+7
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-16/+16
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-1/+5
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+2
* Fix docstrings to reflect the actual returned value of validate_* methodsMathieu Pillard2014-02-111-1/+3
* Restructure API docs to mimic code structure more.Ib Lundgren2013-09-171-1/+1
* Add OAuth 1 access token endpoint validator method invalidate_request_token. ...Ib Lundgren2013-09-131-0/+4
* OAuth1 endpoint documentation cleanup.Tyler Jones2013-08-011-1/+1
* #199 Proposed API changes for endpoints.Tyler Jones2013-08-011-10/+7
* Changed access_token.py - validate_access_token_request passes the resource o...Kyle2013-07-221-1/+1
* Made sure all endpoints used the self._create_request() method and referred t...Kyle2013-07-191-1/+1
* use realms as the list container, realm as the string containerHsiaoming Yang2013-07-031-2/+2
* Endpoint source documentation.oauth1_provider_revampIb Lundgren2013-06-201-8/+83
* Access token endpoint. #95Ib Lundgren2013-06-181-0/+126