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 _gType() @property
AuthNegotiate self()Returns `this`, for use in `with` statements.
AuthNegotiateGidBuilder builder()Get builder for [soup.auth_negotiate.AuthNegotiate] Returns: New builder object
bool supported()Indicates whether libsoup was built with GSSAPI support.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
AuthNegotiate build()Create object from builder. Returns: New object