restore_as_admin

Function restore_as_admin 

Source
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.