Skip to content

Commit

Permalink
Add _default_token_type for the server
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Aug 2, 2014
1 parent a4216cb commit 4cbcab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyramid_oauthlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def __init__(self):
base.BaseEndpoint.__init__(self)
self._default_grant_type = ''
self._default_response_type = ''
self._default_token_type = ''
self._default_token = ''

self._grant_types = {}
Expand Down

0 comments on commit 4cbcab8

Please sign in to comment.