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 6ea70f7 commit a84c1cdCopy full SHA for a84c1cd
src/main/java/com/box/sdk/BoxDeveloperEditionAPIConnection.java
@@ -446,7 +446,10 @@ private String getAccessTokenCacheKey() {
446
this.entityType.toString(), this.entityID);
447
}
448
449
- private void tryRestoreUsingAccessTokenCache() {
+ /**
450
+ * Tries to restore the connection using the access token cache.
451
+ */
452
+ public void tryRestoreUsingAccessTokenCache() {
453
if (this.accessTokenCache == null) {
454
//no cache specified so force authentication
455
this.authenticate();
0 commit comments