Skip to content

Commit a993d15

Browse files
committed
Cleared out default oauth2 creds
1 parent ef23823 commit a993d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alfresco-cloud-example/src/main/java/com/alfresco/cloud/example/oauth/OAuth2ClientCredentials.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
public class OAuth2ClientCredentials {
1717

1818
/** Value of the "API Key". */
19-
public static final String CLIENT_ID = "l7xxddafd24d43f44576a103f6aa4ce6cc3f";
19+
public static final String CLIENT_ID = "";
2020

2121
/** Value of the "API Secret". */
22-
public static final String CLIENT_SECRET = "a6cd0f5638fb45c9bf7dc37d892e4e94";
22+
public static final String CLIENT_SECRET = "";
2323

2424
}

0 commit comments

Comments
 (0)