pub async fn create_user_consent(
configuration: &Configuration,
user_consent_request: Option<UserConsentRequest>,
) -> Result<UserConsentResponse, Error<CreateUserConsentError>>
Expand description
Creates a single User consent.
pub async fn create_user_consent(
configuration: &Configuration,
user_consent_request: Option<UserConsentRequest>,
) -> Result<UserConsentResponse, Error<CreateUserConsentError>>
Creates a single User consent.