nsIAuthPromptWrapper

 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.

 @status
[scriptable, uuid(6228d644-17fe-11d4-8cee-0060b0fc14a3)]
interface nsIAuthPromptWrapper : nsIAuthPrompt

Methods

 setPromptDialogs

 @param dialogs  the dialog implementation which will
                 be used to display the prompts
void setPromptDialogs(in nsIPrompt dialogs)