sharedSecretString static method
Shared secret authentication using a string.
The secret must be pre-shared with the server.
Implementation
static SyncCredentials sharedSecretString(String data) =>
SyncCredentialsSecret._encode(
OBXSyncCredentialsType.SHARED_SECRET_SIPPED, data);