pub async fn retrieve_consent_with_id(
configuration: &Configuration,
consent_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<ConsentResponse, Error<RetrieveConsentWithIdError>>
Expand description
Retrieves the Consent for the given Id.