webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebURLAuthenticationChallengeSender Interface Reference

import"IWebURLAuthenticationChallenge.idl";

Inheritance diagram for IWebURLAuthenticationChallengeSender:
WebDownload

Public Member Functions

HRESULT cancelAuthenticationChallenge ([in] IWebURLAuthenticationChallenge *challenge)
 
HRESULT continueWithoutCredentialForAuthenticationChallenge ([in] IWebURLAuthenticationChallenge *challenge)
 
HRESULT useCredential ([in] IWebURLCredential *credential, [in] IWebURLAuthenticationChallenge *challenge)
 

Member Function Documentation

◆ cancelAuthenticationChallenge()

HRESULT IWebURLAuthenticationChallengeSender::cancelAuthenticationChallenge ( [in] IWebURLAuthenticationChallenge challenge)

◆ continueWithoutCredentialForAuthenticationChallenge()

HRESULT IWebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge ( [in] IWebURLAuthenticationChallenge challenge)

◆ useCredential()

HRESULT IWebURLAuthenticationChallengeSender::useCredential ( [in] IWebURLCredential credential,
[in] IWebURLAuthenticationChallenge challenge 
)

The documentation for this interface was generated from the following file: