[ 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].