First Commit

This commit is contained in:
Giancarlo Panichi 2023-02-01 17:56:12 +01:00
parent 9712ec9062
commit 87832c85ab
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class IAMExample:
def getAccessToken(self):
print("getAccessToken()")
loginheaders = { 'Accept' : 'application/json', 'Content-Type' : 'application/x-www-form-urlencoded'}
logindata = { 'grant_type' : 'client_credentials', 'client_id' : self.clientId, 'client_secret' : self.clientSecret }