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 ef23823 commit a993d15Copy full SHA for a993d15
alfresco-cloud-example/src/main/java/com/alfresco/cloud/example/oauth/OAuth2ClientCredentials.java
@@ -16,9 +16,9 @@
16
public class OAuth2ClientCredentials {
17
18
/** Value of the "API Key". */
19
- public static final String CLIENT_ID = "l7xxddafd24d43f44576a103f6aa4ce6cc3f";
+ public static final String CLIENT_ID = "";
20
21
/** Value of the "API Secret". */
22
- public static final String CLIENT_SECRET = "a6cd0f5638fb45c9bf7dc37d892e4e94";
+ public static final String CLIENT_SECRET = "";
23
24
}
0 commit comments