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()).
the encoded password, or %NULL if @username is not a valid user. @domain will free the password when it is done with it.
See Implementation
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()).