Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIAuthPromptWrapper

The nsIAuthPromptWrapper interface is an override of nsIAuthPrompt which performs some action on the data going through nsIAuthPrompt methods. Persisting data from the prompts and using it to pre-fill subsequent prompts would be one such action.

Please add a summary to this article.
  Last changed in Gecko 1.7

Inherits from: nsIAuthPrompt

Method overview

void setPromptDialogs(in nsIPrompt dialogs);

Methods

setPromptDialogs()

This method sets a prompt dialog using the given dialog implementation which will be used to display the prompts.

void setPromptDialogs(
  in nsIPrompt dialogs
);
Parameters
dialogs
The dialog implementation which will be used to display the prompts.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh, Arehman4
 Last updated by: Sheppy,