sharedSecretUint8List static method
Shared secret authentication using raw bytes.
The secret must be pre-shared with the server.
Implementation
static SyncCredentials sharedSecretUint8List(Uint8List data) =>
SyncCredentialsSecret._(
OBXSyncCredentialsType.SHARED_SECRET_SIPPED, data);