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 d82fd19 commit e5cf9d7Copy full SHA for e5cf9d7
src/main/java/com/contentstack/sdk/Stack.java
@@ -198,9 +198,9 @@ public String getApplicationKey() {
198
}
199
200
/**
201
- * @deprecated accessToken of particular stack
202
- *
203
* @return {@link Stack} accessToken
+ * @deprecated This method is no longer acceptable to get access token.
+ * <p> Use getDeliveryToken instead.
204
*/
205
@Deprecated
206
public String getAccessToken() {
0 commit comments