Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.18 KB

webauthenticationresult_responsedata.md

File metadata and controls

24 lines (17 loc) · 1.18 KB
-api-id -api-type
P:Windows.Security.Authentication.Web.WebAuthenticationResult.ResponseData
winrt property

Windows.Security.Authentication.Web.WebAuthenticationResult.ResponseData

-description

Contains the protocol data when the operation successfully completes.

-property-value

The returned data.

-remarks

When the WebAuthenticationOptions.UseTitle option is used, this property contains the value of the webpage title. The ResponseData for HTTP GET and HTTP redirects includes the entire URL. For POST, the data is the entity body.

-examples

-see-also

Authentication and user identity (JavaScript), Authentication and user identity, Quickstart: Connecting to an online identity provider (JavaScript), Web authentication broker, Windows authentication broker sample