Function retrieve_user_consent_with_id

Source
pub async fn retrieve_user_consent_with_id(
    configuration: &Configuration,
    user_consent_id: &str,
) -> Result<UserConsentResponse, Error<RetrieveUserConsentWithIdError>>
Expand description

Retrieve a single User consent by Id.