object
  method _QueryInterface : 'a interface -> 'a
  method _get_formSubmitURL : string
  method _get_hostname : string
  method _get_httpRealm : string
  method _get_password : string
  method _get_passwordField : string
  method _get_username : string
  method _get_usernameField : string
  method equals : Mozilla.XPCOM.loginInfo -> bool
  method equalsIngnorePassword : Mozilla.XPCOM.loginInfo -> bool
  method init :
    string ->
    string -> string -> string -> string -> string -> string -> unit
end