Click or drag to resize

ReplicationClearAuthenticationStores Method

Deletes any persistent credentials (passwords, auth tokens...) associated with this replication's Authenticator. Also removes session cookies from the cookie store.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool ClearAuthenticationStores()

Return Value

Type: Boolean
true on success, false otherwise
See Also