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 f50c869 commit 1ebbfb2Copy full SHA for 1ebbfb2
intercom-java/src/main/java/io/intercom/api/Intercom.java
@@ -76,6 +76,11 @@ public static void setAppID(String appID) {
76
Intercom.appID = appID;
77
}
78
79
+ public static void setPersonalAccessToken(String personalAccessToken) {
80
+ Intercom.appID = personalAccessToken;
81
+ Intercom.apiKey = "";
82
+ }
83
+
84
public static String getApiKey() {
85
return Intercom.apiKey;
86
0 commit comments