soup.auth_negotiate
Module for [AuthNegotiate] class
Types 3
classAuthNegotiate : soup.auth.Auth
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.
Methods
AuthNegotiate self()Returns `this`, for use in `with` statements.AuthNegotiateGidBuilder builder()Get builder for [soup.auth_negotiate.AuthNegotiate] Returns: New builder objectbool supported()Indicates whether libsoup was built with GSSAPI support.Fluent builder for [soup.auth_negotiate.AuthNegotiate]
Methods