We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcf312 commit 3afb62bCopy full SHA for 3afb62b
README.md
@@ -50,7 +50,7 @@ There will be some variations for different flows. They are demonstrated in
50
from msal import PublicClientApplication
51
app = PublicClientApplication(
52
"your_client_id",
53
- "authority": "https://login.microsoftonline.com/Enter_the_Tenant_Name_Here")
+ authority="https://login.microsoftonline.com/Enter_the_Tenant_Name_Here")
54
```
55
56
Later, each time you would want an access token, you start by:
0 commit comments