soup.auth_domain_digest

Module for [AuthDomainDigest] class

Types 3

Server-side "Digest" authentication.

#SoupAuthDomainDigest handles the server side of HTTP "Digest" authentication.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
AuthDomainDigest self() nothrowReturns `this`, for use in `with` statements.
AuthDomainDigestGidBuilder builder() static nothrowGet builder for [soup.auth_domain_digest.AuthDomainDigest] Returns: New builder object
soup.types.AuthDomainDigestAuthCallback authCallback() @property nothrowGet `authCallback` property. Returns: The [soup.types.AuthDomainDigestAuthCallback].
void authCallback(soup.types.AuthDomainDigestAuthCallback propval) @property nothrowSet `authCallback` property. Params: propval = The [soup.types.AuthDomainDigestAuthCallback].
void * authData() @property nothrowGet `authData` property. Returns: The data to pass to the [soup.types.AuthDomainDigestAuthCallback].
void authData(void * propval) @property nothrowSet `authData` property. Params: propval = The data to pass to the [soup.types.AuthDomainDigestAuthCallback].
string encodePassword(string username, string realm, string password) static nothrowEncodes the username/realm/password triplet for Digest authentication.
void setAuthCallback(soup.types.AuthDomainDigestAuthCallback callback) nothrowSets the callback that domain will use to authenticate incoming requests.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for soup.auth_domain_digest.AuthDomainDigest

Methods
T authCallback(soup.types.AuthDomainDigestAuthCallback propval) nothrowSet `authCallback` property. Params: propval = The [soup.types.AuthDomainDigestAuthCallback]. Returns: Builder instance for fluent chaining
T authData(void * propval) nothrowSet `authData` property. Params: propval = The data to pass to the [soup.types.AuthDomainDigestAuthCallback]. Returns: Builder instance for fluent chaining