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.
pub async fn retrieve_user_consent_with_id(
configuration: &Configuration,
user_consent_id: &str,
) -> Result<UserConsentResponse, Error<RetrieveUserConsentWithIdError>>
Retrieve a single User consent by Id.