| Class and Description |
|---|
| com.couchbase.lite.auth.BasicAuthenticator
Class name was changed to PasswordAuthorizer. To be consistent with other platforms,
please use `Authenticator AuthenticatorFactory.createBasicAuthenticator(String username, String password)`
to create authenticator for Basic authentication.
|
| com.couchbase.lite.internal.database.util.DatabaseUtils.InsertHelper
Use
SQLiteStatement instead. |