Skip to content

Commit a770271

Browse files
author
Cagri Yildirim
committed
Updated the spec to match API surface
1 parent 7055a7c commit a770271

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specs/WebAuthenticationRequested.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)]
198198
interface 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);

0 commit comments

Comments
 (0)