[ CCode ( instance_pos = 3.9 ) ]
public delegate string? AuthDomainDigestAuthCallback (AuthDomainDigest domain, Message msg, string username)
Callback used by [class@AuthDomainDigest] for authentication purposes.
The application should look up username in its password database, and return the corresponding encoded password (see [
func@AuthDomainDigest.encode_password].
| domain |
the domain |
| msg |
the message being authenticated |
| username |
the username provided by the client |
| user_data |
the data passed to [method@AuthDomainDigest.set_auth_callback] |
|
the encoded password, or null if |