/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include"nsISupports.idl"
[uuid(d989cb03-e446-4086-b9e6-46842cb97bd5)]
interface nsIHttpAuthenticatorCallback : nsISupports
{ /** *Authenticationdataforaheaderisavailable. * *@paramaCreds *Credentialswhichwereobtainedasynchonously. *@paramaFlags *Flagssetbyasynchronouscall. *@paramaResult *Resultstatusofcredentialsgeneration *@paramaSessionState *Modifiedsessionstatetobepassedtocaller *@paramaContinuationState *Modifiedcontinuationstatetobepassedtocaller
*/ void onCredsGenerated(in ACString aCreds,
in unsignedlong aFlags,
in nsresult aResult,
in nsISupports aSessionsState,
in nsISupports aContinuationState);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.