webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"IWebURLAuthenticationChallenge.idl";
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) |
HRESULT IWebURLCredential::initWithUser | ( | [in] BSTR | user, |
[in] BSTR | password, | ||
[in] WebURLCredentialPersistence | persistence | ||
) |
HRESULT IWebURLCredential::persistence | ( | [out, retval] WebURLCredentialPersistence * | result | ) |