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
Added a session_required_mfa parameter to the AuthorizationParameterInfo error info object and oauth2_get_authorize_url method (#939)
Changed
The argument specification for AuthClient.create_policy was incorrect.
The corrected method will emit deprecation warnings if called with positional arguments, as the corrected version uses keyword-only arguments. (#936)
Deprecated
TransferClient.operation_symlink is now officially deprecated and will emit a RemovedInV4Warning if used. (#942)
Fixed
Included documentation in AuthorizationParameterInfo for session_required_policies (#939)