libsoup-2.2 Reference Manual

Synopsis

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                  (  ) ;
}

ServerAuth Description

Details

Constructor Details

ServerAuth ()
    public                              ServerAuth                ( ServerAuthContext   auth_ctx,
                                                                    GLib.SList          auth_hdrs,
                                                                    Message             msg ) ;		

Field Details

type
    public    AuthType                  type ;		

basic
    public    weak ServerAuthBasic      basic ;		

digest
    public    weak ServerAuthDigest     digest ;		

Signal Details

Property Details

Method Details

check_passwd ()
    public    bool                      check_passwd              ( string              passwd ) ;		

get_user ()
    public    weak string               get_user                  (  ) ;		


Created by Valadoc