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 5eb4c93 commit 1f3ddffCopy full SHA for 1f3ddff
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