MCPcopy Create free account
hub / github.com/O365/python-o365 / authenticate

Method authenticate

examples/onedrive_example.py:24–25  ·  view source on GitHub ↗
(self, scopes=scopes)

Source from the content-addressed store, hash-verified

22 self.root_folder = self.my_drive.get_root_folder()
23
24 def authenticate(self, scopes=scopes):
25 result = self.account.authenticate(scopes=scopes)
26
27 def get_drive(self):
28 return self.my_drive

Callers 2

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected