Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
MSGraphAPI
like
3
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
awacke1
commited on
Oct 9, 2024
Commit
2bf52ad
·
verified
·
1 Parent(s):
5bd93df
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import msal
2
+
from msal import PublicClientApplication
3
+
4
+
APPLICATION_ID_KEY = os.getenv('APPLICATION_ID_KEY ')
5
+
CLIENT_SECRET_KEY = os.getenv('CLIENT_SECRET_KEY ')