outlook-oauth-hack/config.py

4 lines
129 B
Python
Raw Normal View History

2021-02-07 15:33:04 +01:00
ClientId = ""
ClientSecret = ""
Scopes = ['https://outlook.office365.com/IMAP.AccessAsUser.All']
OutputFileName = "refresh_token"