AuthDomainDigestAuthCallback
Description:
[ CCode ( instance_pos = 3.9 ) ]
public delegate string? AuthDomainDigestAuthCallback (AuthDomainDigest domain, Message msg, string username)
public delegate string? AuthDomainDigestAuthCallback (AuthDomainDigest domain, Message 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
encode_password).
Parameters:
domain |
the domain |
msg |
the message being authenticated |
username |
the username provided by the client |
user_data |
the data passed to set_auth_callback |
Returns:
the encoded password, or |
Namespace: Soup
Package: libsoup-2.4