soup.auth_domain_digest
Module for [AuthDomainDigest] class
Types 3
Server-side "Digest" authentication.
#SoupAuthDomainDigest handles the server side of HTTP "Digest" authentication.
Methods
AuthDomainDigestGidBuilder builder() static nothrowGet builder for [soup.auth_domain_digest.AuthDomainDigest] Returns: New builder objectsoup.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.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 chainingT authData(void * propval) nothrowSet `authData` property. Params: propval = The data to pass to the [soup.types.AuthDomainDigestAuthCallback]. Returns: Builder instance for fluent chainingFluent builder for soup.auth_domain_digest.AuthDomainDigest
Methods