Package io.objectbox.sync
Class SyncCredentialsUserPassword
- java.lang.Object
-
- io.objectbox.sync.SyncCredentials
-
- io.objectbox.sync.SyncCredentialsUserPassword
-
@Internal public final class SyncCredentialsUserPassword extends SyncCredentials
Internal credentials implementation for user and password authentication. UseSyncCredentials
to build credentials.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.objectbox.sync.SyncCredentials
SyncCredentials.CredentialsType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPassword()
java.lang.String
getUsername()
-
Methods inherited from class io.objectbox.sync.SyncCredentials
getType, getTypeId, google, none, sharedSecret, sharedSecret, userAndPassword
-
-