WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIAuthPromptProvider
| IID: | bd9dc0fa-68ce-47d0-8859-6418c2ae8576 |
| Inherits From: | nsISupports |
Constants
| Normal (non-proxy) prompt request. | ||
| PRUint32 | PROMPT_NORMAL | = 0 |
| Proxy auth request. | ||
| PRUint32 | PROMPT_PROXY | = 1 |
Methods
void getAuthPrompt ( PRUint32 promptReason , nsIIDRef iid , out nsQIResult* result )
void getAuthPrompt ( PRUint32 promptReason , nsIIDRef iid , out nsQIResult* result )
Request a prompt interface for the given prompt reason;
- Arguments:
- promptReason: The reason for the auth prompt; one of #PROMPT_NORMAL or #PROMPT_PROXY
- iid: The desired interface, e.g. NS_GET_IID(nsIAuthPrompt2).
- result
Reference documentation is generated from Mozilla's source.
