I'm reading the docs for o365 and I'm confused by this. The docs have a section about "authenticating with your own identity" and then it says: At this point you will have an access token stored that ...
from office365.runtime.auth.authentication_context import AuthenticationContext from office365.sharepoint.client_context import ClientContext ctx_auth = AuthenticationContext(url) if ...