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 6ad9928 commit c12e7c4Copy full SHA for c12e7c4
Aspose.Cells.Cloud.SDK.Test/Api/CellsBaseTest.cs
@@ -13,8 +13,8 @@ public class CellsBaseTest
13
protected ApiClient client;
14
protected Client.Configuration config;
15
protected string grantType = "client_credentials";
16
- protected string clientId = "91A2FD07-BBA1-4B32-9112-ABFB1FE8AEBD";
17
- protected string clientSecret = "0fbf678c5ecabdb5caca48452a736dd0";
+ protected string clientId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx";
+ protected string clientSecret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
18
protected static string accesstoken;
19
protected string refreshtoken;
20
protected string BOOK1 = "Book1.xlsx";
0 commit comments