NAME
upscli_free_authconf_list - Free the list of authentication configurations
SYNOPSIS
#include <authconf.h>
void upscli_free_authconf_list(void);
DESCRIPTION
The upscli_free_authconf_list() function frees the memory allocated for the entire list and resets the internal list pointer to NULL.
RETURN VALUE
The upscli_free_authconf_list() function returns nothing.