-
-
Notifications
You must be signed in to change notification settings - Fork 14
Start Up
RogerSelwyn edited this page Jun 1, 2024
·
4 revisions
At startup the following calls are made:
- (GET) URL: https://graph.microsoft.com/v1.0/me
- {'params': {}, 'headers': {}, 'allow_redirects': True, 'verify': True}
- If necessary the access token is then refreshed, and then /me is retrieved again