pub async fn restore_as_admin(
cipher_id: CipherId,
api_client: &ApiClient,
key_store: &KeyStore<KeySlotIds>,
use_strict_decryption: bool,
) -> Result<CipherView, RestoreCipherAdminError>Expand description
Restores a soft-deleted cipher on the server, using the admin endpoint.