ICoreWebView2BasicAuthenticationResponse

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2BasicAuthenticationResponse : IUnknown {
static const
GUID iid;
}

Members

Functions

get_Password
HRESULT get_Password(LPWSTR* password)

Password provided for authentication.

get_UserName
HRESULT get_UserName(LPWSTR* userName)

User name provided for authentication.

put_Password
HRESULT put_Password(LPCWSTR password)

Set password property

put_UserName
HRESULT put_UserName(LPCWSTR userName)

Set user name property

Meta