outlook-oauth-hack/config.py
Arjun 7f6620e077
New script that refreshes the access token (#5)
* New script that refreshes the access token

* Fixed some typos in the README
2022-03-17 18:25:43 +01:00

5 lines
297 B
Python

ClientId = "08162f7c-0fd2-4200-a84a-f25a4db0b584"
ClientSecret = "TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82"
Scopes = ['https://outlook.office.com/IMAP.AccessAsUser.All','https://outlook.office.com/SMTP.Send']
RefreshTokenFileName = "imap_smtp_refresh_token"
AccessTokenFileName = "imap_smtp_access_token"