AuthDomainDigest.setAuthCallback

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.

You can also set the auth callback by setting the propertyAuthDomainDigest:auth-callback and propertyAuthDomainDigest:auth-data properties, which can also be used to set the callback at construct time.

class AuthDomainDigest
void
setAuthCallback

Parameters

callback soup.types.AuthDomainDigestAuthCallback

the callback