AuthDomainDigestAuthCallback
typealias AuthDomainDigestAuthCallback = (domain: AuthDomainDigest, msg: ServerMessage, username: String) -> String?(source)
Callback used by #SoupAuthDomainDigest for authentication purposes.
The application should look up @username in its password database, and return the corresponding encoded password (see func@AuthDomainDigest.encode_password.
param
domainthe domainparam
msgthe message being authenticatedparam
usernamethe username provided by the clientreturn the encoded password, or null if