This call is specifically to support the FVTerm Single-Signon Functionality but can also be published by alternative SSO implementations.
It will simply return a text string of configured host names that need prompting to support multiple possible host userID accounts for a single identified user.
static public string GetMultiUserHosts()
{
return multiUserHosts;
}