File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ interface ICoreWebView2BasicAuthenticationResponse : IUnknown
185185 /// Set user name property
186186 [propput] HRESULT UserName([in] LPCWSTR userName);
187187
188- /// Password provided for authentication
188+ /// Password provided for authentication.
189189 [propget] HRESULT Password([out, retval] LPWSTR* password);
190190 /// Set password property
191191 [propput] HRESULT Password([in] LPCWSTR password);
@@ -197,8 +197,8 @@ interface ICoreWebView2BasicAuthenticationResponse : IUnknown
197197[uuid(51d3adaa-159f-4e48-ad39-a86beb2c1435), object, pointer_default(unique)]
198198interface ICoreWebView2BasicAuthenticationRequestedEventArgs : IUnknown
199199{
200- /// The web resource request that led to the authentication challenge
201- [propget] HRESULT Request ([out, retval] ICoreWebView2WebResourceRequest** request );
200+ /// The URI that led to the authentication challenge
201+ [propget] HRESULT Uri ([out, retval] LPWSTR* value );
202202
203203 /// The authentication challenge string
204204 [propget] HRESULT Challenge([out, retval] LPWSTR* challenge);
You can’t perform that action at this time.
0 commit comments