Class Auth

java.lang.Object
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
Auth.AuthImpl, AuthBasic, AuthDigest, AuthNegotiate, AuthNTLM

@Generated("io.github.jwharm.JavaGI") public abstract class Auth extends GObject
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 Session.