Soup.AuthNegotiate¶
| Subclasses: | None |
|---|
Methods¶
| Inherited: | Soup.Auth (17), GObject.Object (37) |
|---|---|
| Structs: | GObject.ObjectClass (5) |
| class | supported () |
Virtual Methods¶
| Inherited: | Soup.Auth (7), GObject.Object (7) |
|---|
Properties¶
| Inherited: | Soup.Auth (5) |
|---|
Signals¶
| Inherited: | GObject.Object (1) |
|---|
Fields¶
| Inherited: | GObject.Object (1) |
|---|
Class Details¶
-
class
Soup.AuthNegotiate(**kwargs)¶ Bases: Soup.AuthAbstract: No -
classmethod
supported()¶ Return type: boolIndicates whether libsoup was built with GSSAPI support. If this is
False, %SOUP_TYPE_AUTH_NEGOTIATE will still be defined and can still be added to aSoup.Session, but libsoup will never attempt to actually use this auth type.New in version 2.54.
-
classmethod