SoupAuthDomainDigestAuthCallback

Callback used by #SoupAuthDomainDigest for authentication purposes. The application should look up @username in its password database, and return the corresponding encoded password (see soup_auth_domain_digest_encode_password()).

alias SoupAuthDomainDigestAuthCallback = char* function(SoupAuthDomain* domain, SoupMessage* msg, const(char)* username, void* userData)

Return Value

the encoded password, or %NULL if @username is not a valid user. @domain will free the password when it is done with it.

Meta