getClientCipherText

open suspend fun getClientCipherText(backupSharePairId: String): String

Retrieves the encrypted client backup share ciphertext associated with a given backup share pair ID.

Return

The encrypted ciphertext as a string.

Parameters

backupSharePairId

The unique identifier of the backup share pair.

Throws

If the API request fails or response parsing encounters an issue.