Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Authentication information is available.
Any exceptions thrown from this method should be ignored.
The context as passed to promptPasswordAsync
Authentication information. Must be the same object that was passed to promptPasswordAsync.
Notification that the prompt was cancelled.
The context that was passed to promptPasswordAsync.
If false, this prompt was cancelled by calling the the cancel method on the nsICancelable; otherwise, it was cancelled by the user.
Generated using TypeDoc
Interface for callback methods for the asynchronous nsIAuthPrompt2 method. Callers MUST call exactly one method if nsIAuthPrompt2::promptPasswordAsync returns successfully. They MUST NOT call any method on this interface before promptPasswordAsync returns.