The OAuth access token to authenticate with
@override ClientIO setBearer(value) { config['bearer'] = value; addHeader('Authorization', 'Bearer $value'); return this; }