Changelog
- support for Azure environments in
ClientContext
ctx = ClientContext(
site_url, environment=AzureEnvironment.USGovernmentHigh
).with_client_credentials(client_id, client_secret)
-
#950: Username and password authentication (
with_user_credentials
method): Added support for automatically renewing authentication cookies when the expiration period ends (after 30 minutes) -
#926: support for used range has been introduced