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