public class ServerAuth {
public AuthType type ;
public weak ServerAuthBasic basic ;
public weak ServerAuthDigest digest ;
public ServerAuth ( ServerAuthContext auth_ctx,
GLib.SList auth_hdrs,
Message msg ) ;
public bool check_passwd ( string passwd ) ;
public weak string get_user ( ) ;
}

public ServerAuth ( ServerAuthContext auth_ctx,
GLib.SList auth_hdrs,
Message msg ) ;
public AuthType type ;
public weak ServerAuthBasic basic ;
public weak ServerAuthDigest digest ;
public bool check_passwd ( string passwd ) ;
public weak string get_user ( ) ;
Created by Valadoc