Class
SoupAuthNegotiate
Description [src]
final class Soup.AuthNegotiate : Soup.Auth {
/* No available fields */
}
HTTP-based GSS-Negotiate authentication, as defined by RFC 4559.
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_NEGOTIATE.
This auth type will only work if libsoup was compiled with GSSAPI
support; you can check soup_auth_negotiate_supported() to see if it was.
Ancestors
- SoupAuth
- GObject
Functions
soup_auth_negotiate_supported
Indicates whether libsoup was built with GSSAPI support.