Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@kirov117 kirov117 released this 21 Feb 07:55
· 2 commits to master since this release

Important change:

  • client.auth.exchangeAuthCode(...) will now return full dict of token information instead of just the access_token key.

Returned example:

{
    'access_token': 'e72e2116c7e4292c6912e7710c838347ae178bza',
    'token_type'  : 'bearer',
    'expires_in'  : 5184000
}