We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9d553 commit 3e3825bCopy full SHA for 3e3825b
test/test_base.py
@@ -13,8 +13,8 @@
13
import asposestoragecloud
14
15
grantType = "client_credentials"
16
-clientId = "84220e69-32e2-41c4-ba2f-662a0a01433e"
17
-clientSecret = "883dc8d6b8ecd879dae35cb363e9eb56"
+clientId = "xxxxxxxx"
+clientSecret = "xxxxxx"
18
19
def GetAccessToken():
20
client = ApiClient('https://api.aspose.cloud/')
0 commit comments