bitwarden_api_api::apis::emergency_access_api

Function emergency_access_id_cipher_id_attachment_attachment_id_get

Source
pub async fn emergency_access_id_cipher_id_attachment_attachment_id_get(
    configuration: &Configuration,
    id: Uuid,
    cipher_id: Uuid,
    attachment_id: &str,
) -> Result<AttachmentResponseModel, Error<EmergencyAccessIdCipherIdAttachmentAttachmentIdGetError>>