Class

SoupAuthNTLM

Description [src]

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

HTTP-based NTLM authentication.

SoupSessions do not support this type by default; if you want to enable support for it, call soup_session_add_feature_by_type(), passing SOUP_TYPE_AUTH_NTLM.

Ancestors