Important change:
client.auth.exchangeAuthCode(...)
will now return full dict of token information instead of just theaccess_token
key.
Returned example:
{
'access_token': 'e72e2116c7e4292c6912e7710c838347ae178bza',
'token_type' : 'bearer',
'expires_in' : 5184000
}