v3.26.0
Added
-
New components are introduced to the experimental subpackage. See the SDK Experimental documentation for more details.
-
Add tools which manipulate Globus Auth Requirements error data.
globus_sdk.experimental.auth_requirements_error
provides a data container class,GlobusAuthRequirementsError
, and functions for converting and validating data against this shape. (#768) -
Introduce an experimental Globus Auth scope parser in
globus_sdk.experimental.scope_parser
(#752)
-
Changed
- The
scopes
class attribute ofSpecificFlowClient
is now specialized to ensure that type checkers will allow access toSpecificFlowClient
scopes andresource_server
values withoutcast
ing. The value used is a specialized stub which raises useful errors when class-based access is performed. Thescopes
instance attribute is unchanged. (#793)