SoupAuthNegotiate

HTTP-based GSS-Negotiate authentication, as defined by RFC 4559.

class@Sessions do not support this type by default; if you want to enable support for it, call soup.session.Session.addFeatureByType, passing SOUP_TYPE_AUTH_NEGOTIATE.

This auth type will only work if libsoup was compiled with GSSAPI support; you can check soup.auth_negotiate.AuthNegotiate.supported to see if it was.

struct SoupAuthNegotiate