sharedSecretUint8List static method

SyncCredentials sharedSecretUint8List(
  1. Uint8List data
)

Shared secret authentication.

Implementation

static SyncCredentials sharedSecretUint8List(Uint8List data) =>
    SyncCredentialsSecret._(
        OBXSyncCredentialsType.SHARED_SECRET_SIPPED, data);