add user schema api scopes

This commit is contained in:
Jay Lee
2014-09-23 20:09:05 -04:00
parent 0f111e6eaf
commit e8e25c352b
2 changed files with 15 additions and 13 deletions

View File

@ -1269,7 +1269,7 @@ class OAuth2WebServerFlow(Flow):
'client_secret': self.client_secret,
'code': code,
'redirect_uri': self.redirect_uri,
'scope': self.scope,
# 'scope': self.scope,
})
headers = {
'content-type': 'application/x-www-form-urlencoded',