Auth
Object Hierarchy:
Description:
[
CCode ( type_id =
"soup_auth_get_type ()" ) ]
public abstract class Auth :
Object
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.
[class@Auth] objects store the authentication data associated with a given bit of web space. They are created automatically by [
class@Session].
Content:
Properties:
- public string authority { owned get; set; }
The authority (host:port) being authenticated to.
- public virtual bool is_authenticated { get; }
Whether or not the auth has been authenticated.
- public bool is_cancelled { get; }
Whether or not the auth has been cancelled.
- public bool is_for_proxy { get; set; }
Whether or not the auth is for a proxy server.
- public string realm { owned get; set; }
The authentication realm.
- public string scheme_name { get; }
The authentication scheme name.
Static methods:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object