public static void set_auth_callback (AuthDomain domain, owned AuthDomainDigestAuthCallback callback)
Sets the callback that domain will use to authenticate incoming requests. For each request
containing authorization, domain will invoke the callback, and then either accept or reject the request based on
callback's return value.