Struct xpcom::interfaces::nsIHttpAuthenticatorCallback [] [src]

#[repr(C)]
pub struct nsIHttpAuthenticatorCallback { /* fields omitted */ }

interface nsIHttpAuthenticatorCallback : nsISupports

Methods

impl nsIHttpAuthenticatorCallback
[src]

[src]

Cast this nsIHttpAuthenticatorCallback to one of its base interfaces.

impl nsIHttpAuthenticatorCallback
[src]

[src]

/**
   * Authentication data for a header is available.
   *
   * @param aCreds
   *        Credentials which were obtained asynchonously.
   * @param aFlags
   *        Flags set by asynchronous call.
   * @param aResult
   *        Result status of credentials generation
   * @param aSessionState
   *        Modified session state to be passed to caller
   * @param aContinuationState
   *        Modified continuation state to be passed to caller
   */

void onCredsGenerated (in string aCreds, in unsigned long aFlags, in nsresult aResult, in nsISupports aSessionsState, in nsISupports aContinuationState);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIHttpAuthenticatorCallback
[src]

IID: nsIID = nsID(3649686275, 58438, 16518, [185, 230, 70, 132, 44, 185, 123, 213])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIHttpAuthenticatorCallback
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIHttpAuthenticatorCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.