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 public bool ClearAuthenticationStores()
Return Value
Type:
Booleantrue on success,
false otherwise
See Also