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