You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ You will be prompted to enter your username and password, which are used to requ
21
21
22
22
A username and password can also be provided as arguments of the `connect` function, if prompts are not desirable.
23
23
24
+
The default authentication URL is `login.microsoftonline.com`. If another top level domain is required for a region-specific account, it can be specified using the `auth_tld` argument.
25
+
24
26
## Make an API call:
25
27
26
28
```python
@@ -70,7 +72,7 @@ The default file name for saving and loading sessions is `sp-session.pkl`, howev
70
72
71
73
## Licence
72
74
73
-
This software is distributed under the GNU General Public License v3. Copyright 2016-2017 Jonathan Holvey.
75
+
This software is distributed under the GNU General Public License v3. Copyright 2016-2018 Jonathan Holvey.
0 commit comments