A #SoupAuthDomain manages authentication for all or part of a #SoupServer. To make a server require authentication, first create an appropriate subclass of #SoupAuthDomain, and then add it to the server with soup_server_add_auth_domain().
See Source File