Version 2.0.0a10
Pre-release
Pre-release
- (Breaking change) Removed the
downscope_token()method from theOAuth2class. - Added support for the
can_view_pathparameter when creating new collaborations. - Added a
downscope_token()method to theClientclass. This generates a token that has its permissions reduced to the provided scopes and for the optionally providedFileorFolder. - Added methods for configuring
JWTAuthfrom config file:JWTAuth.from_settings_fileandJWTAuth.from_settings_dictionary. - Added
network_responseproperty toBoxOAuthException.