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