Python Microsoft Store API

0
7Кб

The following example demonstrates how to obtain an Azure AD access token that you can use to call methods in the Microsoft Store submission API. After you obtain a token, you have 60 minutes to use this token in calls to the Microsoft Store submission API before the token expires. After the token expires, you can generate a new token..

import http.client, json tenantId = "" # Your tenant ID clientId = "" # Your client ID clientSecret = "" # Your client secret tokenEndpoint = "https://login.microsoftonline.com/{0}/oauth2/token" tokenResource = "https://manage.devcenter.microsoft.com" tokenRequestBody = "grant_type=client_credentials&client_id={0}&client_secret={1}&resource={2}".format(clientId, clientSecret, tokenResource) headers = {"Content-Type": "application/x-www-form-urlencoded; charset=utf-8"} tokenConnection = http.client.HTTPSConnection("login.microsoftonline.com") tokenConnection.request("POST", "/{0}/oauth2/token".format(tenantId), tokenRequestBody, headers=headers) tokenResponse = tokenConnection.getresponse() print(tokenResponse.status) tokenJson = json.loads(tokenResponse.read().decode()) print(tokenJson["access_token"]) tokenConnection.close()

Поиск
Категории
Больше
Healthcare
Understanding Healthcare: A Comprehensive Overview
Healthcare is a vital component of society, encompassing a broad range of services aimed at...
От Dacey Rankins 2024-10-15 17:58:39 0 11Кб
Alternative
Results of the second CAIPAN seminar from CNES
The second seminar of the French Space Agency (CNES) CAIPAN 2, held in Toulouse on October 13-14,...
От FWhoop Xelqua 2022-12-12 15:22:20 0 13Кб
Business
What are the Tax Implications of Working Remotely?
As the global workforce increasingly shifts to remote work, understanding the tax implications of...
От Dacey Rankins 2025-01-30 15:45:16 0 4Кб
Consumer Information
30 Things to Do When Buying Real Estate: A Complete Checklist
Only at first glance it seems that the main thing when buying an apartment is to find an...
От Dacey Rankins 2024-04-25 18:10:03 0 12Кб
Телевидение
THT MUSIC Прямой эфир.
Начал вещание 31 мая 2016 года и с первых же дней существования заявил о себе как амбициозный и...
От Nikolai Pokryshkin 2022-10-20 10:47:27 0 22Кб
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov