You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix so that the return value of JWTAuth.refresh() correctly matches
that of the auth interface (by returning a tuple of
((access token), (refresh token or None)), instead of just the access token).
In particular, this fixes an exception in BoxSession that always occurred
when it tried to refresh any JWTAuth object.
Fixed an exception that was being raised from ExtendableEnumMeta.__dir__().