soup.auth_domain_digest
Module for AuthDomainDigest class
Types 3
Server-side "Digest" authentication.
#SoupAuthDomainDigest handles the server side of HTTP "Digest" authentication.
Methods
AuthDomainDigest self()Returns `this`, for use in `with` statements.AuthDomainDigestGidBuilder builder()Get builder for [soup.auth_domain_digest.AuthDomainDigest] Returns: New builder objectsoup.types.AuthDomainDigestAuthCallback authCallback() @propertyGet `authCallback` property. Returns: The [soup.types.AuthDomainDigestAuthCallback].void authCallback(soup.types.AuthDomainDigestAuthCallback propval) @propertySet `authCallback` property. Params: propval = The [soup.types.AuthDomainDigestAuthCallback].void * authData() @propertyGet `authData` property. Returns: The data to pass to the [soup.types.AuthDomainDigestAuthCallback].void authData(void * propval) @propertySet `authData` property. Params: propval = The data to pass to the [soup.types.AuthDomainDigestAuthCallback].string encodePassword(string username, string realm, string password)Encodes the username/realm/password triplet for Digest authentication.void setAuthCallback(soup.types.AuthDomainDigestAuthCallback callback)Sets 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)Set `authCallback` property. Params: propval = The [soup.types.AuthDomainDigestAuthCallback]. Returns: Builder instance for fluent chainingT authData(void * propval)Set `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
AuthDomainDigest build()Create object from builder. Returns: New object