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.
Inherits from: nsIAuthPrompt
void setPromptDialogs(in nsIPrompt dialogs); |
This method sets a prompt dialog using the given dialog implementation which will be used to display the prompts.
void setPromptDialogs( in nsIPrompt dialogs );
dialogs