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

import"IWebURLAuthenticationChallenge.idl";

Inheritance diagram for IWebURLCredential:
WebURLCredential

Public Member Functions

HRESULT hasPassword ([out, retval] BOOL *result)
 
HRESULT initWithUser ([in] BSTR user, [in] BSTR password, [in] WebURLCredentialPersistence persistence)
 
HRESULT password ([out, retval] BSTR *password)
 
HRESULT persistence ([out, retval] WebURLCredentialPersistence *result)
 
HRESULT user ([out, retval] BSTR *result)
 

Member Function Documentation

◆ hasPassword()

HRESULT IWebURLCredential::hasPassword ( [out, retval] BOOL result)

◆ initWithUser()

HRESULT IWebURLCredential::initWithUser ( [in] BSTR  user,
[in] BSTR  password,
[in] WebURLCredentialPersistence  persistence 
)

◆ password()

HRESULT IWebURLCredential::password ( [out, retval] BSTR password)

◆ persistence()

HRESULT IWebURLCredential::persistence ( [out, retval] WebURLCredentialPersistence result)

◆ user()

HRESULT IWebURLCredential::user ( [out, retval] BSTR result)

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