Open
Description
Is there documentation for this? Specifically, I would like to use "app principals flow":
https://github.com/vgrem/Office365-REST-Python-Client#authentication
client_credentials = ClientCredential('{client_id}','{client_secret}')
ctx = ClientContext('{url}').with_credentials(client_credentials)