soup.auth_ntlm
Module for [AuthNTLM] class
Types 3
classAuthNTLM : soup.auth.Auth
HTTP-based NTLM authentication.
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_NTLM.
Methods
AuthNTLMGidBuilder builder()Get builder for [soup.auth_ntlm.AuthNTLM] Returns: New builder objectclassAuthNTLMGidBuilderImpl(T) : soup.auth.AuthGidBuilderImpl!T