Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Soup.Auth

Class Soup.Auth

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupAuth
Class : Auth
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
The abstract base class for handling authentication. Specific HTTP Authentication mechanisms are implemented by its subclasses, but applications never need to be aware of the specific subclasses being used.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Soup.AuthManager
Signal
authenticate (AuthManager self, Message object, Auth p0, Boolean p1) : none
Soup.AuthManager
Method
emit_authenticate (Message msg, Auth auth, Boolean retrying) : none
Soup.Message
Method
set_auth (Auth auth) : none
Sets msg to authenticate to its destination using auth, which must have already been fully authenticated.
Soup.Message
Method
get_auth () : Soup.Auth
Gets the SoupAuth used by msg for authentication.
Soup.Message
Method
set_proxy_auth (Auth auth) : none
Sets msg to authenticate to its proxy using auth, which must have already been fully authenticated.
Soup.Message
Method
get_proxy_auth () : Soup.Auth
Gets the SoupAuth used by msg for authentication to its proxy.
Soup.Session
Signal
authenticate (Session self, Message object, Auth p0, Boolean p1) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:59 GMT+0800 (HKT)