We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c103269 + 6df14c2 commit 85f1c90Copy full SHA for 85f1c90
1 file changed
src/main/java/com/couchbase/lite/replicator/Replication.java
@@ -751,7 +751,7 @@ public void deleteCookie(String name) {
751
* replication's CBLAuthenticator. Also removes session cookies from the cookie store.
752
*/
753
@InterfaceAudience.Public
754
- public boolean removeStoredCredentials() {
+ public boolean clearAuthenticationStores() {
755
if (getAuthenticator() != null) {
756
if (!(getAuthenticator() instanceof Authorizer) ||
757
!((Authorizer) getAuthenticator()).removeStoredCredentials())
0 commit comments