pub fn get_service_credentials(
services: HashMap<String, Vec<Service>>,
service_name: String,
) -> Result<Vec<Credentials>, CFError>Expand description
Retrieves the credential information from the provided services that match the specified service name.