Version 2.0.0a10
Pre-release
Pre-release
- (Breaking change) Removed the
downscope_token()
method from theOAuth2
class. - Added support for the
can_view_path
parameter when creating new collaborations. - Added a
downscope_token()
method to theClient
class. This generates a token that has its permissions reduced to the provided scopes and for the optionally providedFile
orFolder
. - Added methods for configuring
JWTAuth
from config file:JWTAuth.from_settings_file
andJWTAuth.from_settings_dictionary
. - Added
network_response
property toBoxOAuthException
.