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 707a2a3 commit a7b9f03Copy full SHA for a7b9f03
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