Auth
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.
#SoupAuth objects store the authentication data associated with a given bit of web space. They are created automatically by class@Session.
Skipped during bindings generation
method
is-authenticated
: Property has no getter nor settermethod
is-cancelled
: Property has no getter nor settermethod
is-for-proxy
: Property has no getter nor setter
Constructors
Functions
Call this on an auth to authenticate it.
Tests if @auth is able to authenticate by providing credentials to the method@Auth.authenticate.
Frees @space.
Generates an appropriate "Authorization" header for @msg.
Returns a list of paths on the server which @auth extends over.
Tests if @auth has been given a username and password.
Tests if @auth has been cancelled
Tests whether or not @auth is associated with a proxy server rather than an "origin" server.