Class

SoupAuthDigest

Description [src]

final class Soup.AuthDigest : Soup.Auth {
  /* No available fields */
}

HTTP “Digest” authentication.

SoupSessions support this by default; if you want to disable support for it, call soup_session_remove_feature_by_type() passing SOUP_TYPE_AUTH_DIGEST.

Ancestors