pub async fn sso_external_challenge_get(
configuration: &Configuration,
domain_hint: Option<&str>,
return_url: Option<&str>,
user_identifier: Option<&str>,
sso_token: Option<&str>,
) -> Result<(), Error<SsoExternalChallengeGetError>>