nsIAuthPromptProvider
IID: | 129d3bd5-8a26-4b0b-b8a0-19fdea029196 |
Inherits From: | nsISupports |
Constants
Normal (non-proxy) prompt request. | ||
PRUint32 | PROMPT_NORMAL | = 0 |
Proxy auth request. | ||
PRUint32 | PROMPT_PROXY | = 1 |
Methods
nsIAuthPrompt getAuthPrompt ( PRUint32 promptReason )
nsIAuthPrompt getAuthPrompt ( PRUint32 promptReason )
Request a nsIAuthPrompt interface for the given prompt reason;
One of @PROMPT_NORMAL or @PROMPT_PROXY
- Arguments:
- promptReason: The reason for the auth prompt;
Reference documentation is generated from Mozilla's source.