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.

nsITokenDialogs

IID:bb4bae9c-39c5-11d5-ba26-00108303b117
Inherits From:nsISupports

This interface is implemented by the following components:


Methods

void ChooseToken ( nsIInterfaceRequestor ctx , arrayof PRUnichar* tokenNameList , PRUint32 count , out PRUnichar* tokenName , out PRBool canceled ) void displayProtectedAuth ( nsIInterfaceRequestor ctx , nsIProtectedAuthThread runnable )

void ChooseToken ( nsIInterfaceRequestor ctx , arrayof PRUnichar* tokenNameList , PRUint32 count , out PRUnichar* tokenName , out PRBool canceled )

Arguments:
ctx
tokenNameList
count
tokenName
canceled

void displayProtectedAuth ( nsIInterfaceRequestor ctx , nsIProtectedAuthThread runnable )

DisplayProtectedAuth - displays notification dialog to the user that he is expected to authenticate to the token using its "protected authentication path" feature

Arguments:
ctx
runnable

Reference documentation is generated from Mozilla's source.