Skip to content

Commit

Permalink
new oauth types (controls type of authentication)
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 28, 2017
1 parent fce6af9 commit f791af4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/live/base.py
Expand Up @@ -122,3 +122,7 @@ def oauth_access(self, code):
self.access_token = contents["access_token"]
self.trigger("access_token", self.access_token)
return self.access_token

@property
def oauth_types(self):
return ("header",)

0 comments on commit f791af4

Please sign in to comment.