We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf23f5 commit 7772d3dCopy full SHA for 7772d3d
objectbox/lib/src/native/sync.dart
@@ -29,11 +29,11 @@ class SyncCredentials {
29
30
/// Shared secret authentication.
31
SyncCredentials.sharedSecretUint8List(this._data)
32
- : _type = OBXSyncCredentialsType.SHARED_SECRET;
+ : _type = OBXSyncCredentialsType.SHARED_SECRET_SIPPED;
33
34
35
SyncCredentials.sharedSecretString(String data)
36
- : this._(OBXSyncCredentialsType.SHARED_SECRET, data);
+ : this._(OBXSyncCredentialsType.SHARED_SECRET_SIPPED, data);
37
38
/// Google authentication.
39
SyncCredentials.googleAuthUint8List(this._data)
0 commit comments