soup.auth_negotiate

Module for [AuthNegotiate] class

Types 3

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

soup.session.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.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
AuthNegotiate self() nothrowReturns `this`, for use in `with` statements.
AuthNegotiateGidBuilder builder() static nothrowGet builder for [soup.auth_negotiate.AuthNegotiate] Returns: New builder object
bool supported() static nothrowIndicates whether libsoup was built with GSSAPI support.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
AuthNegotiate build() nothrowCreate object from builder. Returns: New object