sharedSecretUint8List static method
Shared secret authentication.
Implementation
static SyncCredentials sharedSecretUint8List(Uint8List data) =>
SyncCredentialsSecret._(
OBXSyncCredentialsType.SHARED_SECRET_SIPPED, data);
Shared secret authentication.
static SyncCredentials sharedSecretUint8List(Uint8List data) =>
SyncCredentialsSecret._(
OBXSyncCredentialsType.SHARED_SECRET_SIPPED, data);