AuthNegotiate
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 method@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 func@AuthNegotiate.supported to see if it was.
Constructors
Properties
Functions
Call this on an auth to authenticate it.
Tests if @auth is able to authenticate by providing credentials to the method@Auth.authenticate.
Frees @space.
Generates an appropriate "Authorization" header for @msg.
Returns a list of paths on the server which @auth extends over.
Tests if @auth has been given a username and password.
Tests if @auth has been cancelled
Tests whether or not @auth is associated with a proxy server rather than an "origin" server.