pub async fn check_client_application(
configuration: &Configuration,
check_client_application_request: CheckClientApplicationRequest,
) -> Result<CheckClientApplicationResponse, Error<CheckClientApplicationError>>Expand description
Check the requested client application version against the latest and minimum version.