v3.28.0
Python Support
- Add support for Python 3.12. (#808)
Added
-
Add a
prompt
keyword parameter toAuthClient.oauth2_get_authorize_url()
. (#813)Setting this parameter requires users to authenticate with an identity provider, even if they are already logged in. Doing so can help avoid errors caused by unexpected session required policies, which would otherwise require a second, follow-up login flow.
prompt
could previously only be set via thequery_params
keyword parameter. It is now more discoverable. -
Add
TimerClient.pause_job
andTimerClient.resume_job
for pausing and resuming timers. (#827)
Documentation
- Add an example script which handles creating and running a flow. (#826)
Development
- Added responses to
_testing
reflecting an inactive Timers job (#828)